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)
625
if (!state.
Reachable
)
1070
if (!pendingReturn.StateWhenTrue.
Reachable
|| !pendingReturn.StateWhenFalse.
Reachable
)
1228
if (!pendingReturn.StateWhenTrue.
Reachable
|| !pendingReturn.StateWhenFalse.
Reachable
)
1254
if (!state.
Reachable
)
1294
if (!stateWhen.
Reachable
)
1930
if (!state.
Reachable
)
1939
if (!state.
Reachable
)
1953
if (!state.
Reachable
)
1963
if (!state.
Reachable
)
2588
if (this.State.
Reachable
)
3397
if (!state.
Reachable
)
5989
var consequenceEndReachable = consequenceState.
Reachable
;
5994
var alternativeEndReachable = alternativeState.
Reachable
;
6208
=> this.IsConditionalState ? (this.StateWhenTrue.
Reachable
|| this.StateWhenFalse.
Reachable
) : this.State.
Reachable
;
10481
if (this.State.
Reachable
)
11855
if (receiverOpt != null && this.State.
Reachable
)
12187
if (!self.
Reachable
)
12190
if (!other.
Reachable
)
12204
if (!other.
Reachable
)
12207
if (!self.
Reachable
)
12498
if (!this.
Reachable
)
12534
if (!this.
Reachable
) return;
12585
var oldReachable =
Reachable
;
12586
var newReachable = oldReachable | other.
Reachable
;
12614
var oldReachable =
Reachable
;
12615
var newReachable = oldReachable & other.
Reachable
;
12647
if (!this.
Reachable
)
FlowAnalysis\NullableWalker_Patterns.cs (3)
325
if (!State.
Reachable
&& label.WhenClause != null)
925
if (!State.
Reachable
&& arm.WhenClause != null)
1002
resultTypes[i] = ConvertConditionalOperandOrSwitchExpressionArmResult(arm.Value, nodeForSyntax, conversions[i], inferredTypeWithAnnotations, resultTypes[i], armState, armState.
Reachable
);