2 references to GotoInstruction
System.Linq.Expressions (2)
System\Linq\Expressions\Interpreter\ControlFlowInstructions.cs (2)
242
return s_cache[index] ??= new
GotoInstruction
(labelIndex, hasResult, hasValue, labelTargetGetsValue);
244
return new
GotoInstruction
(labelIndex, hasResult, hasValue, labelTargetGetsValue);