1 write to s_xmlDocument
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlExporter.cs (1)
472
s_xmlDocument
= new XmlDocument(nameTable);
2 references to s_xmlDocument
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlExporter.cs (2)
459
if (
s_xmlDocument
== null)
474
return
s_xmlDocument
;