9 references to ReferenceMapping
System.Private.Xml (9)
System\Xml\Serialization\XmlSerializationReader.cs (5)
2851string? enumMethodName = ReferenceMapping(mapping); 3093string? methodName = ReferenceMapping(derived); 3130string? methodName = ReferenceMapping(enumMapping); 4658string? methodName = ReferenceMapping(element.Mapping); 4814string? 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);