13 references to CompileInstructions
System.Private.Xml (13)
System\Xml\Xsl\Xslt\QilGenerator.cs (13)
670
tmpl.Function.Definition =
CompileInstructions
(tmpl.Content);
781
return
CompileInstructions
(node.Content);
907
QilNode content =
CompileInstructions
(node.Content);
976
return _f.AttributeCtor(qname,
CompileInstructions
(node.Content));
1110
return _f.PICtor(qilName,
CompileInstructions
(node.Content));
1115
return _f.CommentCtor(
CompileInstructions
(node.Content));
1150
result =
CompileInstructions
(content);
1320
return
CompileInstructions
(copy.Content);
1331
return _f.XsltCopy(node,
CompileInstructions
(copy.Content));
1398
CompileInstructions
(whenNode.Content),
1422
result =
CompileInstructions
(when.Content);
1442
QilNode content = _f.RtfCtor(
CompileInstructions
(node.Content), _f.String(baseUri));
1490
varValue = _f.RtfCtor(
CompileInstructions
(content), _f.String(baseUri));