Implemented interface member:
property
Reachable
Microsoft.CodeAnalysis.CSharp.AbstractFlowPass<TLocalState, TLocalFunctionState>.ILocalState.Reachable
34 references to Reachable
Microsoft.CodeAnalysis.CSharp (34)
FlowAnalysis\NullableWalker.cs (31)
664
if (!state.
Reachable
)
1108
if (!pendingReturn.StateWhenTrue.
Reachable
|| !pendingReturn.StateWhenFalse.
Reachable
)
1273
if (!pendingReturn.StateWhenTrue.
Reachable
|| !pendingReturn.StateWhenFalse.
Reachable
)
1299
if (!state.
Reachable
)
1345
if (!stateWhen.
Reachable
)
1993
if (!state.
Reachable
)
2002
if (!state.
Reachable
)
2016
if (!state.
Reachable
)
2026
if (!state.
Reachable
)
2650
if (this.State.
Reachable
)
3519
if (!state.
Reachable
)
6493
var consequenceEndReachable = consequenceState.
Reachable
;
6498
var alternativeEndReachable = alternativeState.
Reachable
;
6712
=> this.IsConditionalState ? (this.StateWhenTrue.
Reachable
|| this.StateWhenFalse.
Reachable
) : this.State.
Reachable
;
11725
if (this.State.
Reachable
)
13350
if (receiverOpt != null && this.State.
Reachable
)
13735
if (!self.
Reachable
)
13738
if (!other.
Reachable
)
13752
if (!other.
Reachable
)
13755
if (!self.
Reachable
)
14046
if (!this.
Reachable
)
14082
if (!this.
Reachable
) return;
14133
var oldReachable =
Reachable
;
14134
var newReachable = oldReachable | other.
Reachable
;
14162
var oldReachable =
Reachable
;
14163
var newReachable = oldReachable & other.
Reachable
;
14195
if (!this.
Reachable
)
FlowAnalysis\NullableWalker_Patterns.cs (3)
325
if (!LabelState(label.Label).
Reachable
&& label.WhenClause != null)
1025
if (!State.
Reachable
&& arm.WhenClause != null)
1102
resultTypes[i] = ConvertConditionalOperandOrSwitchExpressionArmResult(arm.Value, nodeForSyntax, conversions[i], inferredTypeWithAnnotations, resultTypes[i], armState, armState.
Reachable
);