8 references to Parent
System.Data.SqlXml (8)
System\Xml\Xsl\XsltOld\InputScope.cs (2)
101for (InputScope inputScope = this; inputScope != null; inputScope = inputScope.Parent) { 114for (InputScope inputScope = this; inputScope != null; inputScope = inputScope.Parent) {
System\Xml\Xsl\XsltOld\InputScopeManager.cs (6)
32Debug.Assert(this.scopeStack.Parent != null); 33return this.scopeStack.Parent; 63this.scopeStack = this.scopeStack.Parent; 93for (InputScope inputScope = this.scopeStack; inputScope != null; inputScope = inputScope.Parent) { 128for (InputScope inputScope = this.scopeStack; inputScope != null; inputScope = inputScope.Parent) { 146for (InputScope inputScope = this.scopeStack; inputScope != null; inputScope = inputScope.Parent) {