9 references to ReferenceMapping
System.Private.Xml (9)
System\Xml\Serialization\XmlSerializationReaderILGen.cs (5)
760string? enumMethodName = ReferenceMapping(mapping); 1215string? methodName = ReferenceMapping(derived); 1270string? methodName = ReferenceMapping(enumMapping); 3186string? methodName = ReferenceMapping(element.Mapping); 3340string? methodName = ReferenceMapping(mapping);
System\Xml\Serialization\XmlSerializationWriterILGen.cs (4)
123string? methodName = ReferenceMapping(mapping); 744string? methodName = ReferenceMapping(derived); 795string? methodName = ReferenceMapping(mapping); 2033string? methodName = ReferenceMapping(structMapping);