2 references to GetMethodFromType
System.Xml (2)
System\Xml\Serialization\Compilation.cs (2)
590
methods[mapping.Key].readMethod =
GetMethodFromType
(reader.GetType(), methodName, pregeneratedAssmbly ? this.assembly : null);
617
methods[mapping.Key].writeMethod =
GetMethodFromType
(writer.GetType(), methodName, pregeneratedAssmbly ? assembly : null);