2 instantiations of OutputScope
System.Private.Xml (2)
System\Xml\Xsl\XsltOld\OutputScopeManager.cs (2)
60
rootElementScope = new
OutputScope
();
88
elementScope = new
OutputScope
();
19 references to OutputScope
System.Private.Xml (19)
System\Xml\Xsl\XsltOld\OutputScopeManager.cs (15)
26
internal
OutputScope
CurrentElementScope
31
return (
OutputScope
)_elementScopesStack.Peek()!;
57
OutputScope
rootElementScope = (
OutputScope
)_elementScopesStack.Push();
83
OutputScope
parentScope = CurrentElementScope;
84
OutputScope
elementScope = (
OutputScope
)_elementScopesStack.Push();
98
OutputScope
? elementScope = (
OutputScope
?)_elementScopesStack.Pop();
135
Debug.Assert(_elementScopesStack[i] is
OutputScope
);
136
OutputScope
elementScope = (
OutputScope
)_elementScopesStack[i];
155
Debug.Assert(_elementScopesStack[i] is
OutputScope
);
157
OutputScope
elementScope = (
OutputScope
)_elementScopesStack[i];
System\Xml\Xsl\XsltOld\RecordBuilder.cs (3)
299
OutputScope
elementScope = _scopeManager.CurrentElementScope;
496
OutputScope
scope = _scopeManager.CurrentElementScope;
554
OutputScope
elementScope = _scopeManager.CurrentElementScope;
System\Xml\Xsl\XsltOld\SequentialOutput.cs (1)
186
OutputScope
scope = record.Manager.CurrentElementScope;