11 references to MethodNames
System.Private.Xml (11)
System\Xml\Serialization\XmlSerializationReader.cs (6)
2287MethodNames.Add(mapping, NextMethodName(mapping.TypeDesc!.Name)); 2442methodName = (string)MethodNames[mapping]!; 3019string methodName = (string)MethodNames[mapping]!; 3204string methodName = (string)MethodNames[nullableMapping]!; 3258string methodName = (string)MethodNames[structMapping]!; 3465string 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]!;