11 references to MethodNames
System.Private.Xml (11)
System\Xml\Serialization\XmlSerializationReader.cs (6)
2292MethodNames.Add(mapping, NextMethodName(mapping.TypeDesc!.Name)); 2447methodName = (string)MethodNames[mapping]!; 3024string methodName = (string)MethodNames[mapping]!; 3209string methodName = (string)MethodNames[nullableMapping]!; 3263string methodName = (string)MethodNames[structMapping]!; 3470string 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]; 4103string methodName = (string)MethodNames[element.Mapping]!;