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