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