1 write to _methods
System.Private.Xml (1)
System\Xml\Serialization\Compilation.cs (1)
110_methods = new TempMethodDictionary();
10 references to _methods
System.Private.Xml (10)
System\Xml\Serialization\Compilation.cs (10)
122_methods.Add(xmlMappings[i].Key!, method); 558TempMethod method = _methods![mapping.Key!]; 567if (_methods![methodKey].isSoap) 581if (_methods![methodKey].isSoap) 615if (_methods![mapping.Key!].readMethod == null) 623_methods[mapping.Key!].readMethod = GetMethodFromType(reader.GetType(), methodName); 625return _methods[mapping.Key!].readMethod!.Invoke(reader, Array.Empty<object>()); 642if (_methods![mapping.Key!].writeMethod == null) 650_methods[mapping.Key!].writeMethod = GetMethodFromType(writer.GetType(), methodName); 652_methods[mapping.Key!].writeMethod!.Invoke(writer, new object?[] { o });