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