Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/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()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Compatibility/
DPropertyInfoExtensions.cs42 internal static class PropertyInfoExtensions class
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/
DMakefile.am122 csharp/src/Google.Protobuf/Compatibility/PropertyInfoExtensions.cs \