1 write to document
System.Xml (1)
System\Xml\Serialization\SoapSchemaExporter.cs (1)
84
if (document == null)
document
= new XmlDocument();
2 references to document
System.Xml (2)
System\Xml\Serialization\SoapSchemaExporter.cs (2)
84
if (
document
== null) document = new XmlDocument();
85
return
document
;