Searched refs:PropertyInfoExtensions (Results 1 – 3 of 3) sorted by relevance
57 Assert.IsNotNull(PropertyInfoExtensions.GetGetMethod(propertyInfo)); in GetGetMethod_Success()70 Assert.IsNull(PropertyInfoExtensions.GetGetMethod(propertyInfo)); in GetGetMethod_NoAccessibleGetter()81 Assert.IsNotNull(PropertyInfoExtensions.GetSetMethod(propertyInfo)); in GetSetMethod_Success()94 Assert.IsNull(PropertyInfoExtensions.GetSetMethod(propertyInfo)); in GetSetMethod_NoAccessibleGetter()
42 internal static class PropertyInfoExtensions class
123 csharp/src/Google.Protobuf/Compatibility/PropertyInfoExtensions.cs \