2 references to GetMethodFromType
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Serialization\Compilation.cs (2)
185
_methods[mapping.Key].readMethod =
GetMethodFromType
(reader.GetType(), methodName, _pregeneratedAssmbly ? _assembly : null);
219
_methods[mapping.Key].writeMethod =
GetMethodFromType
(writer.GetType(), methodName, _pregeneratedAssmbly ? _assembly : null);