4 writes to _scopeStack
System.Private.Xml (4)
System\Xml\Xsl\XsltOld\InputScopeManager.cs (4)
20
_scopeStack
= rootScope;
41
manager.
_scopeStack
= _scopeStack;
53
_scopeStack
= new InputScope(_scopeStack);
70
_scopeStack
= _scopeStack.Parent;
23 references to _scopeStack
System.Private.Xml (23)
System\Xml\Xsl\XsltOld\InputScopeManager.cs (23)
25
get { return
_scopeStack
; }
32
Debug.Assert(
_scopeStack
!= null);
33
Debug.Assert(
_scopeStack
.Parent != null);
34
return
_scopeStack
.Parent;
41
manager._scopeStack =
_scopeStack
;
53
_scopeStack = new InputScope(
_scopeStack
);
54
return
_scopeStack
;
59
Debug.Assert(
_scopeStack
!= null, "Push/Pop disbalance");
60
if (
_scopeStack
== null)
65
for (NamespaceDecl? scope =
_scopeStack
.Scopes; scope != null; scope = scope.Next)
70
_scopeStack =
_scopeStack
.Parent;
75
Debug.Assert(
_scopeStack
!= null, "PushScope wasn't called");
78
_scopeStack
.AddNamespace(prefix, nspace, _defaultNS);
95
Debug.Assert(
_scopeStack
!= null, "PushScope wasn't called");
106
for (InputScope? inputScope =
_scopeStack
; inputScope != null; inputScope = inputScope.Parent)
139
Debug.Assert(
_scopeStack
!= null, "PushScope wasn't called");
143
_scopeStack
.InsertExtensionNamespace(nsList[idx]);
149
Debug.Assert(
_scopeStack
!= null, "PushScope wasn't called");
150
for (InputScope? inputScope =
_scopeStack
; inputScope != null; inputScope = inputScope.Parent)
162
Debug.Assert(
_scopeStack
!= null, "PushScope wasn't called");
166
_scopeStack
.InsertExcludedNamespace(nsList[idx]);
172
Debug.Assert(
_scopeStack
!= null, "PushScope wasn't called");
173
for (InputScope? inputScope =
_scopeStack
; inputScope != null; inputScope = inputScope.Parent)