1 write to s_xmlDocument
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\SoapHelper.cs (1)
23
s_xmlDocument
= new XmlDocument();
2 references to s_xmlDocument
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\SoapHelper.cs (2)
22
if (
s_xmlDocument
== null)
24
return
s_xmlDocument
;