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