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