6 references to _vars
System.Private.Xml (6)
System\Xml\Xsl\Xslt\QilGenerator.cs (6)
2864return _vars.Count; 2870_vars.Push(let); 2875Debug.Assert(0 <= varScope && varScope <= _vars.Count); 2876for (int i = _vars.Count - varScope; i-- != 0;) 2878node = _f.Loop(_vars.Pop(), node); 2886Debug.Assert(_vars.Count == 0, "Accumulated variables left unclaimed");