2 references to ExceptionRegions
Microsoft.CodeAnalysis.CSharp.Test.Utilities (1)
CSharpTestBase.cs (1)
2418
var ehHandlerRegions = ILVisualizer.GetHandlerSpans(bodyBlock.
ExceptionRegions
);
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\MethodBase\Ecma\EcmaMethodBody.cs (1)
62
ImmutableArray<ExceptionRegion> regions = Block.
ExceptionRegions
;