11 references to MethodNames
System.Private.Xml (11)
System\Xml\Serialization\XmlSerializationReader.cs (6)
2245MethodNames.Add(mapping, NextMethodName(mapping.TypeDesc!.Name)); 2400methodName = (string)MethodNames[mapping]!; 2977string methodName = (string)MethodNames[mapping]!; 3162string methodName = (string)MethodNames[nullableMapping]!; 3216string methodName = (string)MethodNames[structMapping]!; 3423string methodName = (string)MethodNames[structMapping]!;
System\Xml\Serialization\XmlSerializationWriter.cs (5)
2264MethodNames.Add(mapping, NextMethodName(mapping.TypeDesc!.Name)); 2342string methodName = (string)MethodNames[typeMapping]!; 2863string methodName = (string)MethodNames[mapping]!; 3079string? methodName = (string?)MethodNames[mapping]; 4056string methodName = (string)MethodNames[element.Mapping]!;