6 references to _vars
System.Private.Xml (6)
System\Xml\Xsl\Xslt\QilGenerator.cs (6)
2868return _vars.Count; 2874_vars.Push(let); 2879Debug.Assert(0 <= varScope && varScope <= _vars.Count); 2880for (int i = _vars.Count - varScope; i-- != 0;) 2882node = _f.Loop(_vars.Pop(), node); 2890Debug.Assert(_vars.Count == 0, "Accumulated variables left unclaimed");