11 references to MethodNames
System.Private.Xml (11)
System\Xml\Serialization\XmlSerializationReader.cs (6)
2234MethodNames.Add(mapping, NextMethodName(mapping.TypeDesc!.Name)); 2389methodName = (string)MethodNames[mapping]!; 2966string methodName = (string)MethodNames[mapping]!; 3151string methodName = (string)MethodNames[nullableMapping]!; 3205string methodName = (string)MethodNames[structMapping]!; 3412string methodName = (string)MethodNames[structMapping]!;
System\Xml\Serialization\XmlSerializationWriter.cs (5)
2262MethodNames.Add(mapping, NextMethodName(mapping.TypeDesc!.Name)); 2340string methodName = (string)MethodNames[typeMapping]!; 2861string methodName = (string)MethodNames[mapping]!; 3077string? methodName = (string?)MethodNames[mapping]; 4054string methodName = (string)MethodNames[element.Mapping]!;