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)
638if (!state.Reachable) 1083if (!pendingReturn.StateWhenTrue.Reachable || !pendingReturn.StateWhenFalse.Reachable) 1248if (!pendingReturn.StateWhenTrue.Reachable || !pendingReturn.StateWhenFalse.Reachable) 1274if (!state.Reachable) 1320if (!stateWhen.Reachable) 1967if (!state.Reachable) 1976if (!state.Reachable) 1990if (!state.Reachable) 2000if (!state.Reachable) 2625if (this.State.Reachable) 3494if (!state.Reachable) 6141var consequenceEndReachable = consequenceState.Reachable; 6146var alternativeEndReachable = alternativeState.Reachable; 6360=> this.IsConditionalState ? (this.StateWhenTrue.Reachable || this.StateWhenFalse.Reachable) : this.State.Reachable; 10849if (this.State.Reachable) 12286if (receiverOpt != null && this.State.Reachable) 12618if (!self.Reachable) 12621if (!other.Reachable) 12635if (!other.Reachable) 12638if (!self.Reachable) 12929if (!this.Reachable) 12965if (!this.Reachable) return; 13016var oldReachable = Reachable; 13017var newReachable = oldReachable | other.Reachable; 13045var oldReachable = Reachable; 13046var newReachable = oldReachable & other.Reachable; 13078if (!this.Reachable)
FlowAnalysis\NullableWalker_Patterns.cs (3)
325if (!State.Reachable && label.WhenClause != null) 925if (!State.Reachable && arm.WhenClause != null) 1002resultTypes[i] = ConvertConditionalOperandOrSwitchExpressionArmResult(arm.Value, nodeForSyntax, conversions[i], inferredTypeWithAnnotations, resultTypes[i], armState, armState.Reachable);