8 references to Parent
System.Data.SqlXml (8)
System\Xml\Xsl\XsltOld\InputScope.cs (2)
101
for (InputScope inputScope = this; inputScope != null; inputScope = inputScope.
Parent
) {
114
for (InputScope inputScope = this; inputScope != null; inputScope = inputScope.
Parent
) {
System\Xml\Xsl\XsltOld\InputScopeManager.cs (6)
32
Debug.Assert(this.scopeStack.
Parent
!= null);
33
return this.scopeStack.
Parent
;
63
this.scopeStack = this.scopeStack.
Parent
;
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
) {