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)
75get { return _nullable; } 95get { return $"{_ns ?? string.Empty}:{ElementName}:{_nullable}"; }