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)
236
Debug.Assert(!_curLoop.IsFocusSet && !
_funcFocus
.IsFocusSet, "Must be compiled using singleton focus");
363
else if (
_funcFocus
.IsFocusSet)
365
return
_funcFocus
.GetCurrent();
380
else if (
_funcFocus
.IsFocusSet)
382
return
_funcFocus
.GetPosition();
397
else if (
_funcFocus
.IsFocusSet)
399
return
_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();