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