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