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
)
1108
if (!pendingReturn.StateWhenTrue.
Reachable
|| !pendingReturn.StateWhenFalse.
Reachable
)
1273
if (!pendingReturn.StateWhenTrue.
Reachable
|| !pendingReturn.StateWhenFalse.
Reachable
)
1299
if (!state.
Reachable
)
1345
if (!stateWhen.
Reachable
)
1993
if (!state.
Reachable
)
2002
if (!state.
Reachable
)
2016
if (!state.
Reachable
)
2026
if (!state.
Reachable
)
2651
if (this.State.
Reachable
)
3520
if (!state.
Reachable
)
6265
var consequenceEndReachable = consequenceState.
Reachable
;
6270
var alternativeEndReachable = alternativeState.
Reachable
;
6484
=> this.IsConditionalState ? (this.StateWhenTrue.
Reachable
|| this.StateWhenFalse.
Reachable
) : this.State.
Reachable
;
11121
if (this.State.
Reachable
)
12715
if (receiverOpt != null && this.State.
Reachable
)
13047
if (!self.
Reachable
)
13050
if (!other.
Reachable
)
13064
if (!other.
Reachable
)
13067
if (!self.
Reachable
)
13358
if (!this.
Reachable
)
13394
if (!this.
Reachable
) return;
13445
var oldReachable =
Reachable
;
13446
var newReachable = oldReachable | other.
Reachable
;
13474
var oldReachable =
Reachable
;
13475
var newReachable = oldReachable & other.
Reachable
;
13507
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
);