3 writes to ignoreLevel
System.Data.SqlXml (3)
System\Xml\Xsl\XsltOld\Processor.cs (3)
664this.ignoreLevel ++; 683this.ignoreLevel ++; 733this.ignoreLevel --;
3 references to ignoreLevel
System.Data.SqlXml (3)
System\Xml\Xsl\XsltOld\Processor.cs (3)
663if (this.ignoreLevel > 0 || stateOutlook == StateMachine.Error) { 700if (this.ignoreLevel > 0) { 732if (this.ignoreLevel > 0) {