1 write to Prev
System.Data.SqlXml (1)
System\Xml\Xsl\Xslt\XslAst.cs (1)
70
this.
Prev
= prev;
3 references to Prev
System.Data.SqlXml (3)
System\Xml\Xsl\Xslt\CompilerScopeManager.cs (1)
95
for (; nsDecl != null; nsDecl = nsDecl.
Prev
) {
System\Xml\Xsl\Xslt\XsltLoader.cs (2)
2814
for (NsDecl tmp = thisList; tmp != null; tmp = tmp.
Prev
) {
2826
parentList = parentList.
Prev
;