1 write to Prev
System.Private.Xml (1)
System\Xml\Xsl\Xslt\XslAst.cs (1)
69
this.
Prev
= prev;
3 references to Prev
System.Private.Xml (3)
System\Xml\Xsl\Xslt\CompilerScopeManager.cs (1)
107
for (; nsDecl != null; nsDecl = nsDecl.
Prev
)
System\Xml\Xsl\Xslt\XsltLoader.cs (2)
3118
for (NsDecl? tmp = thisList; tmp != null; tmp = tmp.
Prev
)
3133
parentList = parentList.
Prev
;