1 write to writeMethod
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Serialization\Compilation.cs (1)
219_methods[mapping.Key].writeMethod = GetMethodFromType(writer.GetType(), methodName, _pregeneratedAssmbly ? _assembly : null);
2 references to writeMethod
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Serialization\Compilation.cs (2)
208if (_methods[mapping.Key].writeMethod == null) 221_methods[mapping.Key].writeMethod.Invoke(writer, new object[] { o });