7 references to MethodNames
System.Xml (7)
System\Xml\Serialization\XmlSerializationReaderILGen.cs (4)
196
MethodNames
.Add(mapping, NextMethodName(mapping.TypeDesc.Name));
1049
string methodName = (string)
MethodNames
[mapping];
1306
string methodName = (string)
MethodNames
[nullableMapping];
1355
string methodName = (string)
MethodNames
[structMapping];
System\Xml\Serialization\XmlSerializationWriterILGen.cs (3)
37
MethodNames
.Add(mapping, NextMethodName(mapping.TypeDesc.Name));
555
string methodName = (string)
MethodNames
[mapping];
876
string methodName = (string)
MethodNames
[mapping];