コード例 #1
0
 public bool IsCatchEnd(Instruction instruction) => Catch.Any(c => methodInstructionComparer.Equals(instruction, c.End));
コード例 #2
0
 public bool IsCatchStart(Instruction instruction) => Catch.Any(c => methodInstructionComparer.Equals(instruction, c.Start));