1 write to _methods
System.Private.Xml (1)
System\Xml\Serialization\Compilation.cs (1)
111_methods = new TempMethodDictionary();
10 references to _methods
System.Private.Xml (10)
System\Xml\Serialization\Compilation.cs (10)
123_methods.Add(xmlMappings[i].Key!, method); 605TempMethod method = _methods![mapping.Key!]; 614if (_methods![methodKey].isSoap) 628if (_methods![methodKey].isSoap) 662if (_methods![mapping.Key!].readMethod == null) 670_methods[mapping.Key!].readMethod = GetMethodFromType(reader.GetType(), methodName); 672return _methods[mapping.Key!].readMethod!.Invoke(reader, Array.Empty<object>()); 689if (_methods![mapping.Key!].writeMethod == null) 697_methods[mapping.Key!].writeMethod = GetMethodFromType(writer.GetType(), methodName); 699_methods[mapping.Key!].writeMethod!.Invoke(writer, new object?[] { o });