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