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)
663
if (!state.
Reachable
)
1107
if (!pendingReturn.StateWhenTrue.
Reachable
|| !pendingReturn.StateWhenFalse.
Reachable
)
1272
if (!pendingReturn.StateWhenTrue.
Reachable
|| !pendingReturn.StateWhenFalse.
Reachable
)
1298
if (!state.
Reachable
)
1344
if (!stateWhen.
Reachable
)
1992
if (!state.
Reachable
)
2001
if (!state.
Reachable
)
2015
if (!state.
Reachable
)
2025
if (!state.
Reachable
)
2650
if (this.State.
Reachable
)
3518
if (!state.
Reachable
)
6419
var consequenceEndReachable = consequenceState.
Reachable
;
6424
var alternativeEndReachable = alternativeState.
Reachable
;
6638
=> this.IsConditionalState ? (this.StateWhenTrue.
Reachable
|| this.StateWhenFalse.
Reachable
) : this.State.
Reachable
;
11326
if (this.State.
Reachable
)
12936
if (receiverOpt != null && this.State.
Reachable
)
13270
if (!self.
Reachable
)
13273
if (!other.
Reachable
)
13287
if (!other.
Reachable
)
13290
if (!self.
Reachable
)
13581
if (!this.
Reachable
)
13617
if (!this.
Reachable
) return;
13668
var oldReachable =
Reachable
;
13669
var newReachable = oldReachable | other.
Reachable
;
13697
var oldReachable =
Reachable
;
13698
var newReachable = oldReachable & other.
Reachable
;
13730
if (!this.
Reachable
)
FlowAnalysis\NullableWalker_Patterns.cs (3)
325
if (!State.
Reachable
&& label.WhenClause != null)
927
if (!State.
Reachable
&& arm.WhenClause != null)
1004
resultTypes[i] = ConvertConditionalOperandOrSwitchExpressionArmResult(arm.Value, nodeForSyntax, conversions[i], inferredTypeWithAnnotations, resultTypes[i], armState, armState.
Reachable
);