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