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