1 write to writeMethod
System.Private.Xml (1)
System\Xml\Serialization\Compilation.cs (1)
650
_methods[mapping.Key!].
writeMethod
= GetMethodFromType(writer.GetType(), methodName);
2 references to writeMethod
System.Private.Xml (2)
System\Xml\Serialization\Compilation.cs (2)
642
if (_methods![mapping.Key!].
writeMethod
== null)
652
_methods[mapping.Key!].
writeMethod
!.Invoke(writer, new object?[] { o });