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