8 references to Parent
System.Private.Xml (8)
System\Xml\Xsl\XsltOld\InputScope.cs (2)
109for (InputScope? inputScope = this; inputScope != null; inputScope = inputScope.Parent) 126for (InputScope? inputScope = this; inputScope != null; inputScope = inputScope.Parent)
System\Xml\Xsl\XsltOld\InputScopeManager.cs (6)
33Debug.Assert(_scopeStack.Parent != null); 34return _scopeStack.Parent; 70_scopeStack = _scopeStack.Parent; 106for (InputScope? inputScope = _scopeStack; inputScope != null; inputScope = inputScope.Parent) 150for (InputScope? inputScope = _scopeStack; inputScope != null; inputScope = inputScope.Parent) 173for (InputScope? inputScope = _scopeStack; inputScope != null; inputScope = inputScope.Parent)