1 write to Function
System.Private.Xml (1)
System\Xml\Xsl\Xslt\QilGenerator.cs (1)
597
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)
478
Debug.Assert(tmpl != null && tmpl.
Function
== null);
601
tmpl.
Function
.DebugName = tmpl.GetDebugName();
603
SetLineInfo(tmpl.
Function
, tmpl.SourceLine ?? SourceLineInfo.NoSource);
604
_functions.Add(tmpl.
Function
);
643
Debug.Assert(tmpl != null && tmpl.
Function
!= null && tmpl.
Function
.Definition.NodeType == QilNodeType.Unknown);
648
_funcFocus.StartFocus(tmpl.
Function
.Arguments, !IsDebug ? tmpl.Flags : XslFlags.FullFocus);
649
foreach (QilParameter arg in tmpl.
Function
.Arguments)
670
tmpl.
Function
.Definition = CompileInstructions(tmpl.Content);
1246
Debug.Assert(tmpl.
Function
!= null, "All templates should be already compiled");
1247
result = _invkGen.GenerateInvoke(tmpl.
Function
, AddRemoveImplicitArgs(node.Content, tmpl.Flags)!);
1281
Debug.Assert(attSet.
Function
!= null, "All templates should be already compiled");
1282
return _invkGen.GenerateInvoke(attSet.
Function
, AddRemoveImplicitArgs(node.Content, attSet.Flags)!);