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)
663if (!state.Reachable) 1108if (!pendingReturn.StateWhenTrue.Reachable || !pendingReturn.StateWhenFalse.Reachable) 1273if (!pendingReturn.StateWhenTrue.Reachable || !pendingReturn.StateWhenFalse.Reachable) 1299if (!state.Reachable) 1345if (!stateWhen.Reachable) 1993if (!state.Reachable) 2002if (!state.Reachable) 2016if (!state.Reachable) 2026if (!state.Reachable) 2651if (this.State.Reachable) 3520if (!state.Reachable) 6265var consequenceEndReachable = consequenceState.Reachable; 6270var alternativeEndReachable = alternativeState.Reachable; 6484=> this.IsConditionalState ? (this.StateWhenTrue.Reachable || this.StateWhenFalse.Reachable) : this.State.Reachable; 11121if (this.State.Reachable) 12715if (receiverOpt != null && this.State.Reachable) 13047if (!self.Reachable) 13050if (!other.Reachable) 13064if (!other.Reachable) 13067if (!self.Reachable) 13358if (!this.Reachable) 13394if (!this.Reachable) return; 13445var oldReachable = Reachable; 13446var newReachable = oldReachable | other.Reachable; 13474var oldReachable = Reachable; 13475var newReachable = oldReachable & other.Reachable; 13507if (!this.Reachable)
FlowAnalysis\NullableWalker_Patterns.cs (3)
325if (!State.Reachable && label.WhenClause != null) 927if (!State.Reachable && arm.WhenClause != null) 1004resultTypes[i] = ConvertConditionalOperandOrSwitchExpressionArmResult(arm.Value, nodeForSyntax, conversions[i], inferredTypeWithAnnotations, resultTypes[i], armState, armState.Reachable);