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