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