1 instantiation of CatchRegion
ILAssembler (1)
GrammarVisitor.cs (1)
5230_currentMethod!.Definition.ExceptionRegions.Add(new EntityRegistry.ExceptionRegion.CatchRegion(tryStart, tryEnd, catchClause.Start, catchClause.End, catchClause.Type));
1 reference to CatchRegion
ILAssembler (1)
EntityRegistry.cs (1)
361case ExceptionRegion.CatchRegion catchRegion: