1 instantiation of InputScope
System.Private.Xml (1)
System\Xml\Xsl\XsltOld\InputScopeManager.cs (1)
53
_scopeStack = new
InputScope
(_scopeStack);
18 references to InputScope
System.Private.Xml (18)
System\Xml\Xsl\XsltOld\Compiler.cs (2)
59
private
InputScope
? _rootScope;
318
InputScope
varScope;
System\Xml\Xsl\XsltOld\InputScope.cs (7)
14
private
InputScope
? _parent;
21
internal
InputScope
? Parent
43
internal InputScope(
InputScope
? parent)
48
internal void Init(
InputScope
? parent)
109
for (
InputScope
? inputScope = this; inputScope != null; inputScope = inputScope.Parent)
125
InputScope
? prevScope = null;
126
for (
InputScope
? inputScope = this; inputScope != null; inputScope = inputScope.Parent)
System\Xml\Xsl\XsltOld\InputScopeManager.cs (8)
13
private
InputScope
? _scopeStack;
17
public InputScopeManager(XPathNavigator navigator,
InputScope
? rootScope)
23
internal
InputScope
? CurrentScope
28
internal
InputScope
VariableScope
51
internal
InputScope
PushScope()
106
for (
InputScope
? inputScope = _scopeStack; inputScope != null; inputScope = inputScope.Parent)
150
for (
InputScope
? inputScope = _scopeStack; inputScope != null; inputScope = inputScope.Parent)
173
for (
InputScope
? inputScope = _scopeStack; inputScope != null; inputScope = inputScope.Parent)
System\Xml\Xsl\XsltOld\NavigatorInput.cs (1)
207
internal NavigatorInput(XPathNavigator navigator, string baseUri,
InputScope
? rootScope)