8 references to InstructionList
System.Private.Xml (8)
System\Xml\Xsl\Xslt\QilGenerator.cs (8)
689return CompileInstructions(instructions, 0, InstructionList()); 694return CompileInstructions(instructions, from, InstructionList()); 833QilList nsList = InstructionList(); 1085QilList result = InstructionList(); 1312QilList content = InstructionList(); 1409return CompileWhen(ifNode, InstructionList()); 1430result = CompileWhen(when, /*otherwise:*/result ?? InstructionList()); 1485QilList list = InstructionList();