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)
234Debug.Assert(!_curLoop.IsFocusSet && !_funcFocus.IsFocusSet, "Must be compiled using singleton focus"); 359else if (_funcFocus.IsFocusSet) 361return _funcFocus.GetCurrent(); 376else if (_funcFocus.IsFocusSet) 378return _funcFocus.GetPosition(); 393else if (_funcFocus.IsFocusSet) 395return _funcFocus.GetLast(); 511_funcFocus.StartFocus(args, flags); 593_funcFocus.StopFocus(); 616_funcFocus.StartFocus(func.Arguments, par.Flags); 627_funcFocus.StopFocus(); 648_funcFocus.StartFocus(tmpl.Function.Arguments, !IsDebug ? tmpl.Flags : XslFlags.FullFocus); 673_funcFocus.StopFocus();