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