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
)
1230
if (!pendingReturn.StateWhenTrue.
Reachable
|| !pendingReturn.StateWhenFalse.
Reachable
)
1256
if (!state.
Reachable
)
1296
if (!stateWhen.
Reachable
)
1932
if (!state.
Reachable
)
1941
if (!state.
Reachable
)
1955
if (!state.
Reachable
)
1965
if (!state.
Reachable
)
2590
if (this.State.
Reachable
)
3399
if (!state.
Reachable
)
5994
var consequenceEndReachable = consequenceState.
Reachable
;
5999
var alternativeEndReachable = alternativeState.
Reachable
;
6213
=> this.IsConditionalState ? (this.StateWhenTrue.
Reachable
|| this.StateWhenFalse.
Reachable
) : this.State.
Reachable
;
10492
if (this.State.
Reachable
)
11866
if (receiverOpt != null && this.State.
Reachable
)
12198
if (!self.
Reachable
)
12201
if (!other.
Reachable
)
12215
if (!other.
Reachable
)
12218
if (!self.
Reachable
)
12509
if (!this.
Reachable
)
12545
if (!this.
Reachable
) return;
12596
var oldReachable =
Reachable
;
12597
var newReachable = oldReachable | other.
Reachable
;
12625
var oldReachable =
Reachable
;
12626
var newReachable = oldReachable & other.
Reachable
;
12658
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
);