1 write to _funcFocus
System.Private.Xml (1)
System\Xml\Xsl\Xslt\QilGenerator.cs (1)
109_funcFocus = default;
13 references to _funcFocus
System.Private.Xml (13)
System\Xml\Xsl\Xslt\QilGenerator.cs (13)
236Debug.Assert(!_curLoop.IsFocusSet && !_funcFocus.IsFocusSet, "Must be compiled using singleton focus"); 363else if (_funcFocus.IsFocusSet) 365return _funcFocus.GetCurrent(); 380else if (_funcFocus.IsFocusSet) 382return _funcFocus.GetPosition(); 397else if (_funcFocus.IsFocusSet) 399return _funcFocus.GetLast(); 515_funcFocus.StartFocus(args, flags); 597_funcFocus.StopFocus(); 620_funcFocus.StartFocus(func.Arguments, par.Flags); 631_funcFocus.StopFocus(); 652_funcFocus.StartFocus(tmpl.Function.Arguments, !IsDebug ? tmpl.Flags : XslFlags.FullFocus); 677_funcFocus.StopFocus();