3 references to GetPropertyMethodFromBaseType
System.Private.Xml (3)
System\Xml\Serialization\CodeGenerator.cs (3)
557
MethodInfo? getMethod = property.GetMethod ??
GetPropertyMethodFromBaseType
(property, true);
590
MethodInfo? getMethod = property.GetMethod ??
GetPropertyMethodFromBaseType
(property, true);
624
MethodInfo? setMethod = property.SetMethod ??
GetPropertyMethodFromBaseType
(property, false);