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
)
2686
if (this.State.
Reachable
)
3562
if (!state.
Reachable
)
6540
var consequenceEndReachable = consequenceState.
Reachable
;
6545
var alternativeEndReachable = alternativeState.
Reachable
;
6759
=> this.IsConditionalState ? (this.StateWhenTrue.
Reachable
|| this.StateWhenFalse.
Reachable
) : this.State.
Reachable
;
11783
if (this.State.
Reachable
)
13412
if (receiverOpt != null && this.State.
Reachable
)
13798
if (!self.
Reachable
)
13801
if (!other.
Reachable
)
13815
if (!other.
Reachable
)
13818
if (!self.
Reachable
)
14109
if (!this.
Reachable
)
14145
if (!this.
Reachable
) return;
14196
var oldReachable =
Reachable
;
14197
var newReachable = oldReachable | other.
Reachable
;
14225
var oldReachable =
Reachable
;
14226
var newReachable = oldReachable & other.
Reachable
;
14258
if (!this.
Reachable
)
FlowAnalysis\NullableWalker_Patterns.cs (3)
327
if (!LabelState(label.Label).
Reachable
&& label.WhenClause != null)
1027
if (!State.
Reachable
&& arm.WhenClause != null)
1104
resultTypes[i] = ConvertConditionalOperandOrSwitchExpressionArmResult(arm.Value, nodeForSyntax, conversions[i], inferredTypeWithAnnotations, resultTypes[i], armState, armState.
Reachable
);