7 references to MethodNames
System.Private.Xml (7)
System\Xml\Serialization\XmlSerializationReaderILGen.cs (4)
198MethodNames.Add(mapping, NextMethodName(mapping.TypeDesc!.Name)); 1022MethodNames.TryGetValue(mapping, out methodName); 1277MethodNames.TryGetValue(nullableMapping, out methodName); 1327MethodNames.TryGetValue(structMapping, out methodName);
System\Xml\Serialization\XmlSerializationWriterILGen.cs (3)
41MethodNames.Add(mapping, NextMethodName(mapping.TypeDesc!.Name)); 599MethodNames.TryGetValue(mapping, out methodName); 912MethodNames.TryGetValue(mapping, out methodName);