9 references to ReferenceMapping
System.Private.Xml (9)
System\Xml\Serialization\XmlSerializationReader.cs (5)
2814string? enumMethodName = ReferenceMapping(mapping); 3056string? methodName = ReferenceMapping(derived); 3093string? methodName = ReferenceMapping(enumMapping); 4621string? methodName = ReferenceMapping(element.Mapping); 4768string? methodName = ReferenceMapping(mapping);
System\Xml\Serialization\XmlSerializationWriter.cs (4)
2402string? methodName = ReferenceMapping(mapping); 2981string? methodName = ReferenceMapping(derived); 3020string? methodName = ReferenceMapping(mapping); 4107string? methodName = ReferenceMapping(structMapping);