1 write to _ns
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlRootAttribute.cs (1)
58set { _ns = value; }
3 references to _ns
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlRootAttribute.cs (3)
57get { return _ns; } 92get { return (_ns == null ? String.Empty : _ns) + ":" + ElementName + ":" + _nullable.ToString(); }