3 writes to indent
System.Data.SqlXml (3)
System\Xml\Xsl\XsltOld\XsltOutput.cs (3)
91output.indent = true; 110this.indent = (this.method == OutputMethod.Html); 157this.indent = compiler.GetYesNo(value);
1 reference to indent
System.Data.SqlXml (1)
System\Xml\Xsl\XsltOld\XsltOutput.cs (1)
76get { return this.indent; }