1 write to funcFocus
System.Data.SqlXml (1)
System\Xml\Xsl\Xslt\QilGenerator.cs (1)
104funcFocus = new FunctionFocus();
13 references to funcFocus
System.Data.SqlXml (13)
System\Xml\Xsl\Xslt\QilGenerator.cs (13)
215Debug.Assert(!curLoop.IsFocusSet && !funcFocus.IsFocusSet, "Must be compiled using singleton focus"); 323} else if (funcFocus.IsFocusSet) { 324return funcFocus.GetCurrent(); 334} else if (funcFocus.IsFocusSet) { 335return funcFocus.GetPosition(); 345} else if (funcFocus.IsFocusSet) { 346return funcFocus.GetLast(); 444funcFocus.StartFocus(args, flags); 511funcFocus.StopFocus(); 532funcFocus.StartFocus(func.Arguments, par.Flags); 542funcFocus.StopFocus(); 561funcFocus.StartFocus(tmpl.Function.Arguments, !IsDebug ? tmpl.Flags : XslFlags.FullFocus); 581funcFocus.StopFocus();