2 writes to _ns
dotnet-svcutil-lib (2)
FrameworkFork\System.Web.Services\Services\Description\XmlFormatExtensionAttribute.cs (2)
52
_ns
= ns;
73
set {
_ns
= value; }
2 references to _ns
dotnet-svcutil-lib (2)
FrameworkFork\System.Web.Services\Services\Description\XmlFormatExtensionAttribute.cs (2)
72
get { return
_ns
== null ? string.Empty :
_ns
; }