9 references to ReferenceMapping
System.Private.Xml (9)
System\Xml\Serialization\XmlSerializationReaderILGen.cs (5)
684string? enumMethodName = ReferenceMapping(mapping); 1139string? methodName = ReferenceMapping(derived); 1194string? methodName = ReferenceMapping(enumMapping); 2976string? methodName = ReferenceMapping(element.Mapping); 3125string? methodName = ReferenceMapping(mapping);
System\Xml\Serialization\XmlSerializationWriterILGen.cs (4)
123string? methodName = ReferenceMapping(mapping); 744string? methodName = ReferenceMapping(derived); 795string? methodName = ReferenceMapping(mapping); 1990string? methodName = ReferenceMapping(structMapping);