3 overrides of UnreachableState
Microsoft.CodeAnalysis.CSharp (3)
FlowAnalysis\ControlFlowPass.cs (1)
106
protected override LocalState
UnreachableState
()
FlowAnalysis\DefiniteAssignment.cs (1)
1933
protected override LocalState
UnreachableState
()
FlowAnalysis\NullableWalker.cs (1)
2946
protected override LocalState
UnreachableState
()
13 references to UnreachableState
Microsoft.CodeAnalysis.CSharp (13)
FlowAnalysis\AbstractFlowPass.cs (10)
117
/// cref="
UnreachableState
"/>. Reachability and definite assignment are monotonic, and
521
result =
UnreachableState
();
546
this.State =
UnreachableState
();
636
SetConditionalState(this.State,
UnreachableState
());
641
SetConditionalState(
UnreachableState
(), this.State);
964
SetConditionalState(
UnreachableState
(), this.State);
969
SetConditionalState(this.State,
UnreachableState
());
1678
var unreachable =
UnreachableState
();
2882
breakState =
UnreachableState
();
3502
SetState(
UnreachableState
());
FlowAnalysis\AbstractFlowPass_Switch.cs (3)
73
TLocalState afterSwitchState =
UnreachableState
();
122
SetState(
UnreachableState
());
159
var endState =
UnreachableState
();