9 references to ReferenceMapping
System.Private.Xml (9)
System\Xml\Serialization\XmlSerializationReader.cs (5)
2825string? enumMethodName = ReferenceMapping(mapping); 3067string? methodName = ReferenceMapping(derived); 3104string? methodName = ReferenceMapping(enumMapping); 4632string? methodName = ReferenceMapping(element.Mapping); 4779string? methodName = ReferenceMapping(mapping);
System\Xml\Serialization\XmlSerializationWriter.cs (4)
2404string? methodName = ReferenceMapping(mapping); 2983string? methodName = ReferenceMapping(derived); 3022string? methodName = ReferenceMapping(mapping); 4109string? methodName = ReferenceMapping(structMapping);