1 write to writeMethod
System.Xml (1)
System\Xml\Serialization\Compilation.cs (1)
617
methods[mapping.Key].
writeMethod
= GetMethodFromType(writer.GetType(), methodName, pregeneratedAssmbly ? assembly : null);
2 references to writeMethod
System.Xml (2)
System\Xml\Serialization\Compilation.cs (2)
609
if (methods[mapping.Key].
writeMethod
== null) {
619
methods[mapping.Key].
writeMethod
.Invoke(writer, new object[] { o });