2 references to Variants
System.Linq.Expressions (2)
System\Linq\Expressions\Interpreter\ControlFlowInstructions.cs (2)
211
private static readonly GotoInstruction[] s_cache = new GotoInstruction[
Variants
* CacheSize];
241
int index =
Variants
* labelIndex | (labelTargetGetsValue ? 4 : 0) | (hasResult ? 2 : 0) | (hasValue ? 1 : 0);