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