2 instantiations of OutputScope
System.Data.SqlXml (2)
System\Xml\Xsl\XsltOld\OutputScopeManager.cs (2)
56
rootElementScope = new
OutputScope
();
80
elementScope = new
OutputScope
();
19 references to OutputScope
System.Data.SqlXml (19)
System\Xml\Xsl\XsltOld\OutputScopeManager.cs (15)
28
internal
OutputScope
CurrentElementScope {
31
return (
OutputScope
) this.elementScopesStack.Peek();
54
OutputScope
rootElementScope = (
OutputScope
) this.elementScopesStack.Push();
76
OutputScope
parentScope = CurrentElementScope;
77
OutputScope
elementScope = (
OutputScope
) this.elementScopesStack.Push();
89
OutputScope
elementScope = (
OutputScope
) this.elementScopesStack.Pop();
119
Debug.Assert(this.elementScopesStack[i] is
OutputScope
);
120
OutputScope
elementScope = (
OutputScope
) this.elementScopesStack[i];
136
Debug.Assert(this.elementScopesStack[i] is
OutputScope
);
138
OutputScope
elementScope = (
OutputScope
) this.elementScopesStack[i];
System\Xml\Xsl\XsltOld\RecordBuilder.cs (3)
270
OutputScope
elementScope = this.scopeManager.CurrentElementScope;
434
OutputScope
scope = this.scopeManager.CurrentElementScope;
479
OutputScope
elementScope = this.scopeManager.CurrentElementScope;
System\Xml\Xsl\XsltOld\SequentialOutput.cs (1)
176
OutputScope
scope = record.Manager.CurrentElementScope;