1 write to Function
System.Private.Xml (1)
System\Xml\Xsl\Xslt\QilGenerator.cs (1)
601
tmpl.
Function
= _f.Function(args,
15 references to Function
System.Private.Xml (15)
System\Xml\Xsl\Xslt\MatcherBuilder.cs (1)
122
get { return _template.
Function
; }
System\Xml\Xsl\Xslt\QilGenerator.cs (14)
188
foreach (QilParameter par in tmpl.
Function
!.Arguments)
482
Debug.Assert(tmpl != null && tmpl.
Function
== null);
605
tmpl.
Function
.DebugName = tmpl.GetDebugName();
607
SetLineInfo(tmpl.
Function
, tmpl.SourceLine ?? SourceLineInfo.NoSource);
608
_functions.Add(tmpl.
Function
);
647
Debug.Assert(tmpl != null && tmpl.
Function
!= null && tmpl.
Function
.Definition.NodeType == QilNodeType.Unknown);
652
_funcFocus.StartFocus(tmpl.
Function
.Arguments, !IsDebug ? tmpl.Flags : XslFlags.FullFocus);
653
foreach (QilParameter arg in tmpl.
Function
.Arguments)
674
tmpl.
Function
.Definition = CompileInstructions(tmpl.Content);
1250
Debug.Assert(tmpl.
Function
!= null, "All templates should be already compiled");
1251
result = _invkGen.GenerateInvoke(tmpl.
Function
, AddRemoveImplicitArgs(node.Content, tmpl.Flags)!);
1285
Debug.Assert(attSet.
Function
!= null, "All templates should be already compiled");
1286
return _invkGen.GenerateInvoke(attSet.
Function
, AddRemoveImplicitArgs(node.Content, attSet.Flags)!);