2 references to GetInstruction
System.Linq.Expressions (2)
System\Linq\Expressions\Interpreter\LightCompiler.cs (2)
1989var enterTryInstr = _instructions.GetInstruction(tryStart) as EnterTryCatchFinallyInstruction; 2107Debug.Assert(enterTryInstr == _instructions.GetInstruction(tryStart));