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