21 references to StructuredExceptionHandling
Microsoft.CodeAnalysis (11)
Operations\ControlFlowGraphBuilder.cs (11)
319
case ControlFlowBranchSemantics.
StructuredExceptionHandling
:
390
blocks[@finally.LastBlockOrdinal].FallThrough.Kind == ControlFlowBranchSemantics.
StructuredExceptionHandling
;
724
next.Kind == ControlFlowBranchSemantics.
StructuredExceptionHandling
));
727
if (next.Kind == ControlFlowBranchSemantics.
StructuredExceptionHandling
)
753
next.Destination == null && next.Kind == ControlFlowBranchSemantics.
StructuredExceptionHandling
&&
795
if (next.Kind == ControlFlowBranchSemantics.
StructuredExceptionHandling
)
944
if (next.Kind == ControlFlowBranchSemantics.
StructuredExceptionHandling
)
3691
continueDispatchBlock.FallThrough.Kind = ControlFlowBranchSemantics.
StructuredExceptionHandling
;
3753
continueDispatchBlock.FallThrough.Kind = ControlFlowBranchSemantics.
StructuredExceptionHandling
;
4097
endOfFinally.FallThrough.Kind = ControlFlowBranchSemantics.
StructuredExceptionHandling
;
4319
endOfFinally.FallThrough.Kind = ControlFlowBranchSemantics.
StructuredExceptionHandling
;
Microsoft.CodeAnalysis.CodeStyle (2)
CustomDataFlowAnalysis.cs (2)
181
current.FallThroughSuccessor.Semantics == ControlFlowBranchSemantics.
StructuredExceptionHandling
;
214
case ControlFlowBranchSemantics.
StructuredExceptionHandling
:
Microsoft.CodeAnalysis.Test.Utilities (6)
Compilation\ControlFlowGraphVerifier.cs (4)
256
Assert.NotEqual(ControlFlowBranchSemantics.
StructuredExceptionHandling
, conditionalBranch.Semantics);
293
if (nextBranch.Semantics == ControlFlowBranchSemantics.
StructuredExceptionHandling
)
768
branch.Semantics == ControlFlowBranchSemantics.
StructuredExceptionHandling
)
1602
ControlFlowBranchSemantics.Rethrow == branch.Semantics || ControlFlowBranchSemantics.
StructuredExceptionHandling
== branch.Semantics ||
CustomDataFlowAnalysis.cs (2)
181
current.FallThroughSuccessor.Semantics == ControlFlowBranchSemantics.
StructuredExceptionHandling
;
214
case ControlFlowBranchSemantics.
StructuredExceptionHandling
:
Microsoft.CodeAnalysis.Workspaces (2)
CustomDataFlowAnalysis.cs (2)
181
current.FallThroughSuccessor.Semantics == ControlFlowBranchSemantics.
StructuredExceptionHandling
;
214
case ControlFlowBranchSemantics.
StructuredExceptionHandling
: