3 references to s_defaultIndentChars
System.Private.Xml (3)
System\Xml\Core\XmlTextWriter.cs (3)
263
_indentChars =
s_defaultIndentChars
;
366
_indentChars =
s_defaultIndentChars
;
370
if (ReferenceEquals(_indentChars,
s_defaultIndentChars
))