2 writes to _namespaces
dotnet-svcutil-lib (2)
FrameworkFork\System.Web.Services\Services\Description\ServiceDescription.cs (2)
699
_namespaces
= new XmlSerializerNamespaces();
702
set {
_namespaces
= value; }
2 references to _namespaces
dotnet-svcutil-lib (2)
FrameworkFork\System.Web.Services\Services\Description\ServiceDescription.cs (2)
698
if (
_namespaces
== null)
700
return
_namespaces
;