6 references to CurrentScope
System.Data.SqlXml (6)
System\Xml\Xsl\XsltOld\Compiler.cs (5)
222
get { return this.scopeManager.
CurrentScope
.ForwardCompatibility; }
223
set { this.scopeManager.
CurrentScope
.ForwardCompatibility = value; }
227
get { return this.scopeManager.
CurrentScope
.CanHaveApplyImports; }
228
set { this.scopeManager.
CurrentScope
.CanHaveApplyImports = value; }
287
this.currentTemplate.ReleaseVariableSlots(this.scopeManager.
CurrentScope
.GetVeriablesCount());
System\Xml\Xsl\XsltOld\DbgCompiler.cs (1)
113
this.UnDefineVariables(this.ScopeManager.
CurrentScope
.GetVeriablesCount());