2 writes to _ns
System.Web.Services.Description (2)
System\Web\Services\Configuration\XmlFormatExtensionAttribute.cs (2)
29
_ns
= ns;
40
set {
_ns
= value; }
2 references to _ns
System.Web.Services.Description (2)
System\Web\Services\Configuration\XmlFormatExtensionAttribute.cs (2)
39
get { return
_ns
== null ? string.Empty :
_ns
; }