14 references to Rethrow
Microsoft.CodeAnalysis (6)
Operations\ControlFlowGraphBuilder.cs (6)
295if (current.Ordinal == lastBlockOrdinal && branch.Kind != ControlFlowBranchSemantics.Throw && branch.Kind != ControlFlowBranchSemantics.Rethrow) 321case ControlFlowBranchSemantics.Rethrow: 722next.Kind == ControlFlowBranchSemantics.Rethrow || 831next.Kind == ControlFlowBranchSemantics.Rethrow || 952next.Kind == ControlFlowBranchSemantics.Rethrow || 3927current.FallThrough.Kind = exception == null ? ControlFlowBranchSemantics.Rethrow : ControlFlowBranchSemantics.Throw;
Microsoft.CodeAnalysis.CodeStyle (2)
CustomDataFlowAnalysis.cs (2)
180branch.Semantics != ControlFlowBranchSemantics.Rethrow && 220case ControlFlowBranchSemantics.Rethrow:
Microsoft.CodeAnalysis.Test.Utilities (4)
Compilation\ControlFlowGraphVerifier.cs (2)
766branch.Semantics == ControlFlowBranchSemantics.Rethrow || 1602ControlFlowBranchSemantics.Rethrow == branch.Semantics || ControlFlowBranchSemantics.StructuredExceptionHandling == branch.Semantics ||
CustomDataFlowAnalysis.cs (2)
180branch.Semantics != ControlFlowBranchSemantics.Rethrow && 220case ControlFlowBranchSemantics.Rethrow:
Microsoft.CodeAnalysis.Workspaces (2)
CustomDataFlowAnalysis.cs (2)
180branch.Semantics != ControlFlowBranchSemantics.Rethrow && 220case ControlFlowBranchSemantics.Rethrow: