1 write to ExceptionType
Microsoft.CodeAnalysis (1)
Operations\ControlFlowRegion.cs (1)
77
ExceptionType
= exceptionType;
13 references to ExceptionType
Microsoft.CodeAnalysis.Test.Utilities (13)
Compilation\ControlFlowGraphVerifier.cs (13)
147
Assert.Null(currentRegion.
ExceptionType
);
1462
Assert.Same(region.
ExceptionType
, region.EnclosingRegion.
ExceptionType
);
1466
Assert.Null(region.
ExceptionType
);
1471
enterRegion($".catch {{{getRegionId(region)}}} ({region.
ExceptionType
?.ToTestDisplayString() ?? "null"})");
1474
Assert.Null(region.
ExceptionType
);
1481
Assert.Same(region.
ExceptionType
, region.EnclosingRegion.
ExceptionType
);
1485
enterRegion($".catch {{{getRegionId(region)}}} ({region.
ExceptionType
?.ToTestDisplayString() ?? "null"})");
1493
Assert.Null(region.
ExceptionType
);
1503
Assert.Null(region.
ExceptionType
);
1507
Assert.Null(region.
ExceptionType
);
1513
Assert.Null(region.
ExceptionType
);