8 references to InstructionList
System.Private.Xml (8)
System\Xml\Xsl\Xslt\QilGenerator.cs (8)
685return CompileInstructions(instructions, 0, InstructionList()); 690return CompileInstructions(instructions, from, InstructionList()); 829QilList nsList = InstructionList(); 1081QilList result = InstructionList(); 1308QilList content = InstructionList(); 1405return CompileWhen(ifNode, InstructionList()); 1426result = CompileWhen(when, /*otherwise:*/result ?? InstructionList()); 1481QilList list = InstructionList();