11 references to MethodNames
System.Private.Xml (11)
System\Xml\Serialization\XmlSerializationReader.cs (6)
2271MethodNames.Add(mapping, NextMethodName(mapping.TypeDesc!.Name)); 2426methodName = (string)MethodNames[mapping]!; 3003string methodName = (string)MethodNames[mapping]!; 3188string methodName = (string)MethodNames[nullableMapping]!; 3242string methodName = (string)MethodNames[structMapping]!; 3449string 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]!;