1 write to _methods
System.Private.Xml (1)
System\Xml\Serialization\Compilation.cs (1)
109_methods = new TempMethodDictionary();
10 references to _methods
System.Private.Xml (10)
System\Xml\Serialization\Compilation.cs (10)
121_methods.Add(xmlMappings[i].Key!, method); 556TempMethod method = _methods![mapping.Key!]; 565if (_methods![methodKey].isSoap) 579if (_methods![methodKey].isSoap) 613if (_methods![mapping.Key!].readMethod == null) 621_methods[mapping.Key!].readMethod = GetMethodFromType(reader.GetType(), methodName); 623return _methods[mapping.Key!].readMethod!.Invoke(reader, Array.Empty<object>()); 640if (_methods![mapping.Key!].writeMethod == null) 648_methods[mapping.Key!].writeMethod = GetMethodFromType(writer.GetType(), methodName); 650_methods[mapping.Key!].writeMethod!.Invoke(writer, new object?[] { o });