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)
234
Debug.Assert(!_curLoop.IsFocusSet && !
_funcFocus
.IsFocusSet, "Must be compiled using singleton focus");
359
else if (
_funcFocus
.IsFocusSet)
361
return
_funcFocus
.GetCurrent();
376
else if (
_funcFocus
.IsFocusSet)
378
return
_funcFocus
.GetPosition();
393
else if (
_funcFocus
.IsFocusSet)
395
return
_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();