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)
663
if (!state.
Reachable
)
1106
if (!pendingReturn.StateWhenTrue.
Reachable
|| !pendingReturn.StateWhenFalse.
Reachable
)
1271
if (!pendingReturn.StateWhenTrue.
Reachable
|| !pendingReturn.StateWhenFalse.
Reachable
)
1297
if (!state.
Reachable
)
1343
if (!stateWhen.
Reachable
)
1991
if (!state.
Reachable
)
2000
if (!state.
Reachable
)
2014
if (!state.
Reachable
)
2024
if (!state.
Reachable
)
2649
if (this.State.
Reachable
)
3517
if (!state.
Reachable
)
6261
var consequenceEndReachable = consequenceState.
Reachable
;
6266
var alternativeEndReachable = alternativeState.
Reachable
;
6480
=> this.IsConditionalState ? (this.StateWhenTrue.
Reachable
|| this.StateWhenFalse.
Reachable
) : this.State.
Reachable
;
11155
if (this.State.
Reachable
)
12752
if (receiverOpt != null && this.State.
Reachable
)
13084
if (!self.
Reachable
)
13087
if (!other.
Reachable
)
13101
if (!other.
Reachable
)
13104
if (!self.
Reachable
)
13395
if (!this.
Reachable
)
13431
if (!this.
Reachable
) return;
13482
var oldReachable =
Reachable
;
13483
var newReachable = oldReachable | other.
Reachable
;
13511
var oldReachable =
Reachable
;
13512
var newReachable = oldReachable & other.
Reachable
;
13544
if (!this.
Reachable
)
FlowAnalysis\NullableWalker_Patterns.cs (3)
325
if (!State.
Reachable
&& label.WhenClause != null)
927
if (!State.
Reachable
&& arm.WhenClause != null)
1004
resultTypes[i] = ConvertConditionalOperandOrSwitchExpressionArmResult(arm.Value, nodeForSyntax, conversions[i], inferredTypeWithAnnotations, resultTypes[i], armState, armState.
Reachable
);