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)
642if (_methods![mapping.Key!].writeMethod == null) 652_methods[mapping.Key!].writeMethod!.Invoke(writer, new object?[] { o });