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