7 references to MethodNames
System.Private.Xml (7)
System\Xml\Serialization\XmlSerializationReaderILGen.cs (4)
206
MethodNames
.Add(mapping, NextMethodName(mapping.TypeDesc!.Name));
1098
MethodNames
.TryGetValue(mapping, out methodName);
1353
MethodNames
.TryGetValue(nullableMapping, out methodName);
1403
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);