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