11 references to MethodNames
System.Private.Xml (11)
System\Xml\Serialization\XmlSerializationReader.cs (6)
2293MethodNames.Add(mapping, NextMethodName(mapping.TypeDesc!.Name)); 2461methodName = (string)MethodNames[mapping]!; 3038string methodName = (string)MethodNames[mapping]!; 3223string methodName = (string)MethodNames[nullableMapping]!; 3277string methodName = (string)MethodNames[structMapping]!; 3484string 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]!;