3 writes to scopeManager
System.Data.SqlXml (3)
System\Xml\Xsl\XsltOld\Compiler.cs (3)
547
this.
scopeManager
= this.input.InputScopeManager;
561
this.
scopeManager
= this.input.InputScopeManager;
565
this.
scopeManager
= null;
23 references to scopeManager
System.Data.SqlXml (23)
System\Xml\Xsl\XsltOld\Compiler.cs (23)
175
this.rootScope = this.
scopeManager
.PushScope();
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; }
234
scopeManager
.InsertExtensionNamespaces(nsList);
241
scopeManager
.InsertExcludedNamespaces(nsList);
254
return this.
scopeManager
.IsExtensionNamespace(nspace);
258
return this.
scopeManager
.IsExcludedNamespace(nspace);
270
this.
scopeManager
.PushScope();
275
this.
scopeManager
.PushNamespace(input.LocalName, input.Value);
283
get { return this.
scopeManager
; }
287
this.currentTemplate.ReleaseVariableSlots(this.
scopeManager
.CurrentScope.GetVeriablesCount());
288
this.
scopeManager
.PopScope();
292
return this.
scopeManager
.Clone();
308
varScope = this.
scopeManager
.VariableScope;
370
return this.
scopeManager
.ResolveXmlNamespace(prefix);
374
return this.
scopeManager
.ResolveXPathNamespace(prefix);
378
get{ return this.
scopeManager
.DefaultNamespace; }
404
nsList[idx] =
scopeManager
.ResolveXmlNamespace(prefix == "#default" ? string.Empty : prefix);
466
return new XmlQualifiedName(local, this.
scopeManager
.ResolveXPathNamespace(prefix));
473
return new XmlQualifiedName(local, this.
scopeManager
.ResolveXmlNamespace(prefix));
653
this.queryStore.Add(new TheQuery(expr, this.
scopeManager
));