1 write to methods
System.Xml (1)
System\Xml\Serialization\Compilation.cs (1)
126
methods
= new TempMethodDictionary();
10 references to methods
System.Xml (10)
System\Xml\Serialization\Compilation.cs (10)
136
methods
.Add(xmlMappings[i].Key, method);
545
TempMethod method =
methods
[mapping.Key];
551
if (
methods
[methodKey].isSoap) {
561
if (
methods
[methodKey].isSoap) {
582
if (
methods
[mapping.Key].readMethod == null) {
590
methods
[mapping.Key].readMethod = GetMethodFromType(reader.GetType(), methodName, pregeneratedAssmbly ? this.assembly : null);
592
return
methods
[mapping.Key].readMethod.Invoke(reader, emptyObjectArray);
609
if (
methods
[mapping.Key].writeMethod == null) {
617
methods
[mapping.Key].writeMethod = GetMethodFromType(writer.GetType(), methodName, pregeneratedAssmbly ? assembly : null);
619
methods
[mapping.Key].writeMethod.Invoke(writer, new object[] { o });