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