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)
638
if (!state.
Reachable
)
1083
if (!pendingReturn.StateWhenTrue.
Reachable
|| !pendingReturn.StateWhenFalse.
Reachable
)
1248
if (!pendingReturn.StateWhenTrue.
Reachable
|| !pendingReturn.StateWhenFalse.
Reachable
)
1274
if (!state.
Reachable
)
1320
if (!stateWhen.
Reachable
)
1967
if (!state.
Reachable
)
1976
if (!state.
Reachable
)
1990
if (!state.
Reachable
)
2000
if (!state.
Reachable
)
2625
if (this.State.
Reachable
)
3494
if (!state.
Reachable
)
6087
var consequenceEndReachable = consequenceState.
Reachable
;
6092
var alternativeEndReachable = alternativeState.
Reachable
;
6306
=> this.IsConditionalState ? (this.StateWhenTrue.
Reachable
|| this.StateWhenFalse.
Reachable
) : this.State.
Reachable
;
10745
if (this.State.
Reachable
)
12153
if (receiverOpt != null && this.State.
Reachable
)
12485
if (!self.
Reachable
)
12488
if (!other.
Reachable
)
12502
if (!other.
Reachable
)
12505
if (!self.
Reachable
)
12796
if (!this.
Reachable
)
12832
if (!this.
Reachable
) return;
12883
var oldReachable =
Reachable
;
12884
var newReachable = oldReachable | other.
Reachable
;
12912
var oldReachable =
Reachable
;
12913
var newReachable = oldReachable & other.
Reachable
;
12945
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
);