7 references to MethodNames
System.Private.Xml (7)
System\Xml\Serialization\XmlSerializationReaderILGen.cs (4)
196MethodNames.Add(mapping, NextMethodName(mapping.TypeDesc!.Name)); 1032MethodNames.TryGetValue(mapping, out methodName); 1290MethodNames.TryGetValue(nullableMapping, out methodName); 1342MethodNames.TryGetValue(structMapping, out methodName);
System\Xml\Serialization\XmlSerializationWriterILGen.cs (3)
41MethodNames.Add(mapping, NextMethodName(mapping.TypeDesc!.Name)); 613MethodNames.TryGetValue(mapping, out methodName); 928MethodNames.TryGetValue(mapping, out methodName);