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