Searched refs:GetGetMethod (Results 1 – 5 of 5) sorted by relevance
48 internal static MethodInfo GetGetMethod(this PropertyInfo target) in GetGetMethod() method in Google.Protobuf.Compatibility.PropertyInfoExtensions51 var method = target.GetGetMethod(); in GetGetMethod()
57 Assert.IsNotNull(PropertyInfoExtensions.GetGetMethod(propertyInfo)); in GetGetMethod_Success()70 Assert.IsNull(PropertyInfoExtensions.GetGetMethod(propertyInfo)); in GetGetMethod_NoAccessibleGetter()
50 getValueDelegate = ReflectionUtil.CreateFuncIMessageObject(property.GetGetMethod()); in FieldAccessorBase()
55 caseDelegate = ReflectionUtil.CreateFuncIMessageInt32(caseProperty.GetGetMethod()); in OneofAccessor()