1 write to scopeManager
System.Data.SqlXml (1)
System\Xml\Xsl\XsltOld\RecordBuilder.cs (1)
63this.scopeManager = new OutputScopeManager(this.nameTable, this.atoms);
14 references to scopeManager
System.Data.SqlXml (14)
System\Xml\Xsl\XsltOld\RecordBuilder.cs (14)
97get { return this.scopeManager; } 265this.scopeManager.PushScope(name, nspace, prefix); 270OutputScope elementScope = this.scopeManager.CurrentElementScope; 308if (Ref.Equal(nspace, this.scopeManager.DefaultNamespace)) { 321string nspaceDeclared = this.scopeManager.ResolveNamespace(name, out thisScope); 382this.scopeManager.PopScope(); 434OutputScope scope = this.scopeManager.CurrentElementScope; 454if (Ref.Equal(this.mainNode.NamespaceURI, this.scopeManager.DefaultNamespace)) { 463string nspace = this.scopeManager.ResolveNamespace(this.mainNode.Prefix, out thisScope); 479OutputScope elementScope = this.scopeManager.CurrentElementScope; 498string nspace = this.scopeManager.ResolveNamespace(info.Prefix, out thisScope); 652this.scopeManager.PushNamespace(prefix, nspace); 656string prefix = this.scopeManager.GeneratePrefix(PrefixFormat); 664if (this.scopeManager.FindPrefix(nspace, out prefix)) {