9 references to ReferenceMapping
System.Private.Xml (9)
System\Xml\Serialization\XmlSerializationReader.cs (5)
2824string? enumMethodName = ReferenceMapping(mapping); 3066string? methodName = ReferenceMapping(derived); 3103string? methodName = ReferenceMapping(enumMapping); 4631string? methodName = ReferenceMapping(element.Mapping); 4778string? 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);