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
)
3555
if (!state.
Reachable
)
6533
var consequenceEndReachable = consequenceState.
Reachable
;
6538
var alternativeEndReachable = alternativeState.
Reachable
;
6752
=> this.IsConditionalState ? (this.StateWhenTrue.
Reachable
|| this.StateWhenFalse.
Reachable
) : this.State.
Reachable
;
11776
if (this.State.
Reachable
)
13405
if (receiverOpt != null && this.State.
Reachable
)
13791
if (!self.
Reachable
)
13794
if (!other.
Reachable
)
13808
if (!other.
Reachable
)
13811
if (!self.
Reachable
)
14102
if (!this.
Reachable
)
14138
if (!this.
Reachable
) return;
14189
var oldReachable =
Reachable
;
14190
var newReachable = oldReachable | other.
Reachable
;
14218
var oldReachable =
Reachable
;
14219
var newReachable = oldReachable & other.
Reachable
;
14251
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
);