1 instantiation of InputScope
System.Data.SqlXml (1)
System\Xml\Xsl\XsltOld\InputScopeManager.cs (1)
49
this.scopeStack = new
InputScope
(this.scopeStack);
18 references to InputScope
System.Data.SqlXml (18)
System\Xml\Xsl\XsltOld\Compiler.cs (2)
66
private
InputScope
rootScope;
300
InputScope
varScope;
System\Xml\Xsl\XsltOld\InputScope.cs (7)
17
private
InputScope
parent;
24
internal
InputScope
Parent {
42
internal InputScope(
InputScope
parent) {
46
internal void Init(
InputScope
parent) {
101
for (
InputScope
inputScope = this; inputScope != null; inputScope = inputScope.Parent) {
113
InputScope
prevScope = null;
114
for (
InputScope
inputScope = this; inputScope != null; inputScope = inputScope.Parent) {
System\Xml\Xsl\XsltOld\InputScopeManager.cs (8)
16
private
InputScope
scopeStack;
20
public InputScopeManager(XPathNavigator navigator,
InputScope
rootScope) {
25
internal
InputScope
CurrentScope {
29
internal
InputScope
VariableScope {
48
internal
InputScope
PushScope() {
93
for (
InputScope
inputScope = this.scopeStack; inputScope != null; inputScope = inputScope.Parent) {
128
for (
InputScope
inputScope = this.scopeStack; inputScope != null; inputScope = inputScope.Parent) {
146
for (
InputScope
inputScope = this.scopeStack; inputScope != null; inputScope = inputScope.Parent) {
System\Xml\Xsl\XsltOld\NavigatorInput.cs (1)
172
internal NavigatorInput(XPathNavigator navigator, string baseUri,
InputScope
rootScope) {