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