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
);
1437
Assert.Same(region.
ExceptionType
, region.EnclosingRegion.
ExceptionType
);
1441
Assert.Null(region.
ExceptionType
);
1446
enterRegion($".catch {{{getRegionId(region)}}} ({region.
ExceptionType
?.ToTestDisplayString() ?? "null"})");
1449
Assert.Null(region.
ExceptionType
);
1456
Assert.Same(region.
ExceptionType
, region.EnclosingRegion.
ExceptionType
);
1460
enterRegion($".catch {{{getRegionId(region)}}} ({region.
ExceptionType
?.ToTestDisplayString() ?? "null"})");
1468
Assert.Null(region.
ExceptionType
);
1478
Assert.Null(region.
ExceptionType
);
1482
Assert.Null(region.
ExceptionType
);
1488
Assert.Null(region.
ExceptionType
);