25 references to TryAndCatch
Microsoft.CodeAnalysis (10)
Operations\ControlFlowGraphBuilder.cs (6)
422
case ControlFlowRegionKind.
TryAndCatch
:
437
Debug.Assert(tryAndCatch.Kind == ControlFlowRegionKind.
TryAndCatch
);
461
Debug.Assert(tryAndCatch.Kind == ControlFlowRegionKind.
TryAndCatch
);
599
case ControlFlowRegionKind.
TryAndCatch
:
3657
EnterRegion(new RegionBuilder(ControlFlowRegionKind.
TryAndCatch
));
3738
Debug.Assert(CurrentRegionRequired.Kind == ControlFlowRegionKind.
TryAndCatch
);
Operations\ControlFlowGraphBuilder.RegionBuilder.cs (2)
150
case ControlFlowRegionKind.
TryAndCatch
:
252
Kind != ControlFlowRegionKind.
TryAndCatch
&&
Operations\ControlFlowRegion.cs (1)
104
case ControlFlowRegionKind.
TryAndCatch
:
Operations\ControlFlowRegionKind.cs (1)
64
/// at the same time is mapped to a <see cref="TryAndFinally"/> region with <see cref="
TryAndCatch
"/> region inside its <see cref="Try"/> region.
Microsoft.CodeAnalysis.CodeStyle (4)
CustomDataFlowAnalysis.cs (3)
336
case ControlFlowRegionKind.
TryAndCatch
:
350
Debug.Assert(tryAndCatch.Kind == ControlFlowRegionKind.
TryAndCatch
);
374
Debug.Assert(tryAndCatch.Kind == ControlFlowRegionKind.
TryAndCatch
);
SymbolUsageAnalysis.DataFlowAnalyzer.FlowGraphAnalysisData.cs (1)
387
case ControlFlowRegionKind.
TryAndCatch
:
Microsoft.CodeAnalysis.Test.Utilities (7)
Compilation\ControlFlowGraphVerifier.cs (4)
1484
case ControlFlowRegionKind.
TryAndCatch
:
1498
case ControlFlowRegionKind.
TryAndCatch
:
1570
case ControlFlowRegionKind.
TryAndCatch
:
1583
case ControlFlowRegionKind.
TryAndCatch
:
CustomDataFlowAnalysis.cs (3)
336
case ControlFlowRegionKind.
TryAndCatch
:
350
Debug.Assert(tryAndCatch.Kind == ControlFlowRegionKind.
TryAndCatch
);
374
Debug.Assert(tryAndCatch.Kind == ControlFlowRegionKind.
TryAndCatch
);
Microsoft.CodeAnalysis.Workspaces (4)
CustomDataFlowAnalysis.cs (3)
336
case ControlFlowRegionKind.
TryAndCatch
:
350
Debug.Assert(tryAndCatch.Kind == ControlFlowRegionKind.
TryAndCatch
);
374
Debug.Assert(tryAndCatch.Kind == ControlFlowRegionKind.
TryAndCatch
);
SymbolUsageAnalysis.DataFlowAnalyzer.FlowGraphAnalysisData.cs (1)
387
case ControlFlowRegionKind.
TryAndCatch
: