3 writes to _indent
System.Private.Xml (3)
System\Xml\Xsl\XsltOld\XsltOutput.cs (3)
100output._indent = true; 124_indent = (_method == OutputMethod.Html); 186_indent = compiler.GetYesNo(value);
1 reference to _indent
System.Private.Xml (1)
System\Xml\Xsl\XsltOld\XsltOutput.cs (1)
81get { return _indent; }