Home
last modified time | relevance | path

Searched refs:PropertyInfoExtensions (Results 1 – 4 of 4) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf.Test/Compatibility/
DPropertyInfoExtensionsTest.cs57 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()
/external/protobuf/csharp/src/Google.Protobuf/Compatibility/
DPropertyInfoExtensions.cs42 internal static class PropertyInfoExtensions class
/external/protobuf/util/
DMakefile.am123 csharp/src/Google.Protobuf/Compatibility/PropertyInfoExtensions.cs \
/external/protobuf/
DMakefile.am123 csharp/src/Google.Protobuf/Compatibility/PropertyInfoExtensions.cs \