11 references to MethodNames
System.Private.Xml (11)
System\Xml\Serialization\XmlSerializationReader.cs (6)
2296MethodNames.Add(mapping, NextMethodName(mapping.TypeDesc!.Name)); 2464methodName = (string)MethodNames[mapping]!; 3041string methodName = (string)MethodNames[mapping]!; 3226string methodName = (string)MethodNames[nullableMapping]!; 3280string methodName = (string)MethodNames[structMapping]!; 3487string methodName = (string)MethodNames[structMapping]!;
System\Xml\Serialization\XmlSerializationWriter.cs (5)
2311MethodNames.Add(mapping, NextMethodName(mapping.TypeDesc!.Name)); 2389string methodName = (string)MethodNames[typeMapping]!; 2910string methodName = (string)MethodNames[mapping]!; 3126string? methodName = (string?)MethodNames[mapping]; 4121string methodName = (string)MethodNames[element.Mapping]!;