3 overrides of UnreachableState
Microsoft.CodeAnalysis.CSharp (3)
FlowAnalysis\ControlFlowPass.cs (1)
107
protected override LocalState
UnreachableState
()
FlowAnalysis\DefiniteAssignment.cs (1)
1969
protected override LocalState
UnreachableState
()
FlowAnalysis\NullableWalker.cs (1)
2765
protected override LocalState
UnreachableState
()
13 references to UnreachableState
Microsoft.CodeAnalysis.CSharp (13)
FlowAnalysis\AbstractFlowPass.cs (10)
118
/// cref="
UnreachableState
"/>. Reachability and definite assignment are monotonic, and
522
result =
UnreachableState
();
547
this.State =
UnreachableState
();
637
SetConditionalState(this.State,
UnreachableState
());
642
SetConditionalState(
UnreachableState
(), this.State);
965
SetConditionalState(
UnreachableState
(), this.State);
970
SetConditionalState(this.State,
UnreachableState
());
1671
var unreachable =
UnreachableState
();
2850
breakState =
UnreachableState
();
3465
SetState(
UnreachableState
());
FlowAnalysis\AbstractFlowPass_Switch.cs (3)
73
TLocalState afterSwitchState =
UnreachableState
();
122
SetState(
UnreachableState
());
159
var endState =
UnreachableState
();