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