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