1 write to _ns
System.Private.Xml (1)
System\Xml\Serialization\XmlRootAttribute.cs (1)
57set { _ns = value; }
2 references to _ns
System.Private.Xml (2)
System\Xml\Serialization\XmlRootAttribute.cs (2)
56get { return _ns; } 95get { return $"{_ns ?? string.Empty}:{ElementName}:{_nullable}"; }