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