8 references to InstructionList
System.Data.SqlXml (8)
System\Xml\Xsl\Xslt\QilGenerator.cs (8)
591return CompileInstructions(instructions, 0, InstructionList()); 595return CompileInstructions(instructions, from, InstructionList()); 717QilList nsList = InstructionList(); 915QilList result = InstructionList(); 1108QilList content = InstructionList(); 1186return CompileWhen(ifNode, InstructionList()); 1202result = CompileWhen(when, /*otherwise:*/result ?? InstructionList()); 1250QilList list = InstructionList();