1 write to Function
System.Data.SqlXml (1)
System\Xml\Xsl\Xslt\QilGenerator.cs (1)
515
tmpl.
Function
= f.Function(args,
15 references to Function
System.Data.SqlXml (15)
System\Xml\Xsl\Xslt\MatcherBuilder.cs (1)
118
get { return template.
Function
; }
System\Xml\Xsl\Xslt\QilGenerator.cs (14)
176
foreach (QilParameter par in tmpl.
Function
.Arguments) {
416
Debug.Assert(tmpl != null && tmpl.
Function
== null);
519
tmpl.
Function
.DebugName = tmpl.GetDebugName();
521
SetLineInfo(tmpl.
Function
, tmpl.SourceLine ?? SourceLineInfo.NoSource);
522
this.functions.Add(tmpl.
Function
);
556
Debug.Assert(tmpl != null && tmpl.
Function
!= null && tmpl.
Function
.Definition.NodeType == QilNodeType.Unknown);
561
funcFocus.StartFocus(tmpl.
Function
.Arguments, !IsDebug ? tmpl.Flags : XslFlags.FullFocus);
562
foreach (QilParameter arg in tmpl.
Function
.Arguments) {
578
tmpl.
Function
.Definition = CompileInstructions(tmpl.Content);
1059
Debug.Assert(tmpl.
Function
!= null, "All templates should be already compiled");
1060
result = invkGen.GenerateInvoke(tmpl.
Function
, AddRemoveImplicitArgs(node.Content, tmpl.Flags));
1087
Debug.Assert(attSet.
Function
!= null, "All templates should be already compiled");
1088
return invkGen.GenerateInvoke(attSet.
Function
, AddRemoveImplicitArgs(node.Content, attSet.Flags));