13 references to CompileInstructions
System.Data.SqlXml (13)
System\Xml\Xsl\Xslt\QilGenerator.cs (13)
578
tmpl.Function.Definition =
CompileInstructions
(tmpl.Content);
676
return
CompileInstructions
(node.Content);
777
QilNode content =
CompileInstructions
(node.Content);
832
return f.AttributeCtor(qname,
CompileInstructions
(node.Content));
938
return f.PICtor(qilName,
CompileInstructions
(node.Content));
942
return f.CommentCtor(
CompileInstructions
(node.Content));
973
result =
CompileInstructions
(content);
1118
return
CompileInstructions
(copy.Content);
1125
return f.XsltCopy(node,
CompileInstructions
(copy.Content));
1180
CompileInstructions
(whenNode.Content),
1200
result =
CompileInstructions
(when.Content);
1216
QilNode content = f.RtfCtor(
CompileInstructions
(node.Content), f.String(baseUri));
1257
varValue = f.RtfCtor(
CompileInstructions
(content), f.String(baseUri));