2 references to GetMethodFromType
System.Private.Xml (2)
System\Xml\Serialization\Compilation.cs (2)
623
_methods[mapping.Key!].readMethod =
GetMethodFromType
(reader.GetType(), methodName);
650
_methods[mapping.Key!].writeMethod =
GetMethodFromType
(writer.GetType(), methodName);