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