1 write to _ns
dotnet-svcutil-lib (1)
FrameworkFork\System.Web.Services\Services\Description\SoapFormatExtensions.cs (1)
280set { _ns = value; }
2 references to _ns
dotnet-svcutil-lib (2)
FrameworkFork\System.Web.Services\Services\Description\SoapFormatExtensions.cs (2)
279get { return _ns == null ? string.Empty : _ns; }