9 references to ReferenceMapping
System.Private.Xml (9)
System\Xml\Serialization\XmlSerializationReader.cs (5)
2867string? enumMethodName = ReferenceMapping(mapping); 3109string? methodName = ReferenceMapping(derived); 3146string? methodName = ReferenceMapping(enumMapping); 4674string? methodName = ReferenceMapping(element.Mapping); 4830string? methodName = ReferenceMapping(mapping);
System\Xml\Serialization\XmlSerializationWriter.cs (4)
2451string? methodName = ReferenceMapping(mapping); 3030string? methodName = ReferenceMapping(derived); 3069string? methodName = ReferenceMapping(mapping); 4156string? methodName = ReferenceMapping(structMapping);