13 references to CompileInstructions
System.Private.Xml (13)
System\Xml\Xsl\Xslt\QilGenerator.cs (13)
674
tmpl.Function.Definition =
CompileInstructions
(tmpl.Content);
785
return
CompileInstructions
(node.Content);
911
QilNode content =
CompileInstructions
(node.Content);
980
return _f.AttributeCtor(qname,
CompileInstructions
(node.Content));
1114
return _f.PICtor(qilName,
CompileInstructions
(node.Content));
1119
return _f.CommentCtor(
CompileInstructions
(node.Content));
1154
result =
CompileInstructions
(content);
1324
return
CompileInstructions
(copy.Content);
1335
return _f.XsltCopy(node,
CompileInstructions
(copy.Content));
1402
CompileInstructions
(whenNode.Content),
1426
result =
CompileInstructions
(when.Content);
1446
QilNode content = _f.RtfCtor(
CompileInstructions
(node.Content), _f.String(baseUri));
1494
varValue = _f.RtfCtor(
CompileInstructions
(content), _f.String(baseUri));