1 write to _document
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapSchemaExporter.cs (1)
93if (_document == null) _document = new XmlDocument();
2 references to _document
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Serialization\SoapSchemaExporter.cs (2)
93if (_document == null) _document = new XmlDocument(); 94return _document;