2 writes to _formatting
System.Private.Xml (2)
System\Xml\Core\XmlTextWriter.cs (2)
261_formatting = Formatting.None; 344set { _formatting = value; _indented = value == Formatting.Indented; }
1 reference to _formatting
System.Private.Xml (1)
System\Xml\Core\XmlTextWriter.cs (1)
343get { return _formatting; }