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)
681
if (!state.
Reachable
)
1125
if (!pendingReturn.StateWhenTrue.
Reachable
|| !pendingReturn.StateWhenFalse.
Reachable
)
1290
if (!pendingReturn.StateWhenTrue.
Reachable
|| !pendingReturn.StateWhenFalse.
Reachable
)
1316
if (!state.
Reachable
)
1362
if (!stateWhen.
Reachable
)
2010
if (!state.
Reachable
)
2019
if (!state.
Reachable
)
2033
if (!state.
Reachable
)
2043
if (!state.
Reachable
)
2688
if (this.State.
Reachable
)
3564
if (!state.
Reachable
)
6531
var consequenceEndReachable = consequenceState.
Reachable
;
6536
var alternativeEndReachable = alternativeState.
Reachable
;
6750
=> this.IsConditionalState ? (this.StateWhenTrue.
Reachable
|| this.StateWhenFalse.
Reachable
) : this.State.
Reachable
;
11804
if (this.State.
Reachable
)
13473
if (receiverOpt != null && this.State.
Reachable
)
13859
if (!self.
Reachable
)
13862
if (!other.
Reachable
)
13876
if (!other.
Reachable
)
13879
if (!self.
Reachable
)
14170
if (!this.
Reachable
)
14206
if (!this.
Reachable
) return;
14257
var oldReachable =
Reachable
;
14258
var newReachable = oldReachable | other.
Reachable
;
14286
var oldReachable =
Reachable
;
14287
var newReachable = oldReachable & other.
Reachable
;
14319
if (!this.
Reachable
)
FlowAnalysis\NullableWalker_Patterns.cs (3)
328
if (!LabelState(label.Label).
Reachable
&& label.WhenClause != null)
1119
if (!State.
Reachable
&& arm.WhenClause != null)
1196
resultTypes[i] = ConvertConditionalOperandOrSwitchExpressionArmResult(arm.Value, nodeForSyntax, conversions[i], inferredTypeWithAnnotations, resultTypes[i], armState, armState.
Reachable
);