11 references to MethodNames
System.Xml (11)
System\Xml\Serialization\XmlSerializationReader.cs (6)
2129MethodNames.Add(mapping, NextMethodName(mapping.TypeDesc.Name)); 2264methodName = (string)MethodNames[mapping]; 2790string methodName = (string)MethodNames[mapping]; 2958string methodName = (string)MethodNames[nullableMapping]; 3008string methodName = (string)MethodNames[structMapping]; 3194string methodName = (string)MethodNames[structMapping];
System\Xml\Serialization\XmlSerializationWriter.cs (5)
1321MethodNames.Add(mapping, NextMethodName(mapping.TypeDesc.Name)); 1384string methodName = (string)MethodNames[typeMapping]; 1833string methodName = (string)MethodNames[mapping]; 2027string methodName = (string)MethodNames[mapping]; 2874string methodName = (string)MethodNames[element.Mapping];