9 references to ReferenceMapping
System.Private.Xml (9)
System\Xml\Serialization\XmlSerializationReaderILGen.cs (5)
683string? enumMethodName = ReferenceMapping(mapping); 1138string? methodName = ReferenceMapping(derived); 1193string? methodName = ReferenceMapping(enumMapping); 2975string? methodName = ReferenceMapping(element.Mapping); 3124string? 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);