8 references to Parent
System.Private.Xml (8)
System\Xml\Xsl\XsltOld\InputScope.cs (2)
109
for (InputScope? inputScope = this; inputScope != null; inputScope = inputScope.
Parent
)
126
for (InputScope? inputScope = this; inputScope != null; inputScope = inputScope.
Parent
)
System\Xml\Xsl\XsltOld\InputScopeManager.cs (6)
33
Debug.Assert(_scopeStack.
Parent
!= null);
34
return _scopeStack.
Parent
;
70
_scopeStack = _scopeStack.
Parent
;
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
)