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