1 write to xmlDocument
System.ServiceModel (1)
System\ServiceModel\Description\WsdlExporter.cs (1)
472
xmlDocument
= new XmlDocument(nameTable);
2 references to xmlDocument
System.ServiceModel (2)
System\ServiceModel\Description\WsdlExporter.cs (2)
459
if (
xmlDocument
== null)
474
return
xmlDocument
;