6 references to vars
System.Data.SqlXml (6)
System\Xml\Xsl\Xslt\QilGenerator.cs (6)
2390return vars.Count; 2395vars.Push(let); 2399Debug.Assert(0 <= varScope && varScope <= vars.Count); 2400for (int i = vars.Count - varScope; i-- != 0; ) { 2401node = f.Loop(vars.Pop(), node); 2408Debug.Assert(vars.Count == 0, "Accumulated variables left unclaimed");