1 write to indentSId
System.Data.SqlXml (1)
System\Xml\Xsl\XsltOld\XsltOutput.cs (1)
158this.indentSId = compiler.Stylesheetid;
3 references to indentSId
System.Data.SqlXml (3)
System\Xml\Xsl\XsltOld\XsltOutput.cs (3)
90if (method == OutputMethod.Html && this.indentSId == int.MaxValue) { // HTML output and Ident wasn't specified 109if (this.indentSId == int.MaxValue) { 156if (compiler.Stylesheetid <= this.indentSId) {