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)
625if (!state.Reachable) 1070if (!pendingReturn.StateWhenTrue.Reachable || !pendingReturn.StateWhenFalse.Reachable) 1228if (!pendingReturn.StateWhenTrue.Reachable || !pendingReturn.StateWhenFalse.Reachable) 1254if (!state.Reachable) 1294if (!stateWhen.Reachable) 1930if (!state.Reachable) 1939if (!state.Reachable) 1953if (!state.Reachable) 1963if (!state.Reachable) 2588if (this.State.Reachable) 3397if (!state.Reachable) 5989var consequenceEndReachable = consequenceState.Reachable; 5994var alternativeEndReachable = alternativeState.Reachable; 6208=> this.IsConditionalState ? (this.StateWhenTrue.Reachable || this.StateWhenFalse.Reachable) : this.State.Reachable; 10481if (this.State.Reachable) 11855if (receiverOpt != null && this.State.Reachable) 12187if (!self.Reachable) 12190if (!other.Reachable) 12204if (!other.Reachable) 12207if (!self.Reachable) 12498if (!this.Reachable) 12534if (!this.Reachable) return; 12585var oldReachable = Reachable; 12586var newReachable = oldReachable | other.Reachable; 12614var oldReachable = Reachable; 12615var newReachable = oldReachable & other.Reachable; 12647if (!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);