11 references to MethodNames
System.Private.Xml (11)
System\Xml\Serialization\XmlSerializationReader.cs (6)
2244MethodNames.Add(mapping, NextMethodName(mapping.TypeDesc!.Name)); 2399methodName = (string)MethodNames[mapping]!; 2976string methodName = (string)MethodNames[mapping]!; 3161string methodName = (string)MethodNames[nullableMapping]!; 3215string methodName = (string)MethodNames[structMapping]!; 3422string 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]!;