Implemented interface member:
property
Reachable
Microsoft.CodeAnalysis.CSharp.AbstractFlowPass<TLocalState, TLocalFunctionState>.ILocalState.Reachable
34 references to Reachable
Microsoft.CodeAnalysis.CSharp (34)
FlowAnalysis\NullableWalker_Patterns.cs (3)
328
if (!LabelState(label.Label).
Reachable
&& label.WhenClause != null)
1119
if (!State.
Reachable
&& arm.WhenClause != null)
1196
resultTypes[i] = ConvertConditionalOperandOrSwitchExpressionArmResult(arm.Value, nodeForSyntax, conversions[i], inferredTypeWithAnnotations, resultTypes[i], armState, armState.
Reachable
);
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
)
2674
if (this.State.
Reachable
)
3550
if (!state.
Reachable
)
6517
var consequenceEndReachable = consequenceState.
Reachable
;
6522
var alternativeEndReachable = alternativeState.
Reachable
;
6736
=> this.IsConditionalState ? (this.StateWhenTrue.
Reachable
|| this.StateWhenFalse.
Reachable
) : this.State.
Reachable
;
11794
if (this.State.
Reachable
)
13463
if (receiverOpt != null && this.State.
Reachable
)
13849
if (!self.
Reachable
)
13852
if (!other.
Reachable
)
13866
if (!other.
Reachable
)
13869
if (!self.
Reachable
)
14160
if (!this.
Reachable
)
14196
if (!this.
Reachable
) return;
14247
var oldReachable =
Reachable
;
14248
var newReachable = oldReachable | other.
Reachable
;
14276
var oldReachable =
Reachable
;
14277
var newReachable = oldReachable & other.
Reachable
;
14309
if (!this.
Reachable
)