Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf.Test/Compatibility/
DPropertyInfoExtensionsTest.cs81 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.cs58 internal static MethodInfo GetSetMethod(this PropertyInfo target) in GetSetMethod() method in Google.Protobuf.Compatibility.PropertyInfoExtensions
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DSingleFieldAccessor.cs58 setValueDelegate = ReflectionUtil.CreateActionIMessageObject(property.GetSetMethod()); in SingleFieldAccessor()