Searched refs:GetSetMethod (Results 1 – 4 of 4) sorted by relevance
62 internal static MethodInfo GetSetMethod(this PropertyInfo target) in GetSetMethod() method in Google.Protobuf.Compatibility.PropertyInfoExtensions65 var method = target.GetSetMethod(); in GetSetMethod()
81 Assert.IsNotNull(PropertyInfoExtensions.GetSetMethod(propertyInfo)); in GetSetMethod_Success()94 Assert.IsNull(PropertyInfoExtensions.GetSetMethod(propertyInfo)); in GetSetMethod_NoAccessibleGetter()
59 setValueDelegate = ReflectionUtil.CreateActionIMessageObject(property.GetSetMethod()); in SingleFieldAccessor()