Implemented interface member:
property
Reachable
Microsoft.CodeAnalysis.CSharp.AbstractFlowPass<TLocalState, TLocalFunctionState>.ILocalState.Reachable
34 references to Reachable
Microsoft.CodeAnalysis.CSharp (34)
FlowAnalysis\NullableWalker_Patterns.cs (3)
328if (!LabelState(label.Label).Reachable && label.WhenClause != null) 1119if (!State.Reachable && arm.WhenClause != null) 1196resultTypes[i] = ConvertConditionalOperandOrSwitchExpressionArmResult(arm.Value, nodeForSyntax, conversions[i], inferredTypeWithAnnotations, resultTypes[i], armState, armState.Reachable);
FlowAnalysis\NullableWalker.cs (31)
681if (!state.Reachable) 1125if (!pendingReturn.StateWhenTrue.Reachable || !pendingReturn.StateWhenFalse.Reachable) 1290if (!pendingReturn.StateWhenTrue.Reachable || !pendingReturn.StateWhenFalse.Reachable) 1316if (!state.Reachable) 1362if (!stateWhen.Reachable) 2010if (!state.Reachable) 2019if (!state.Reachable) 2033if (!state.Reachable) 2043if (!state.Reachable) 2674if (this.State.Reachable) 3550if (!state.Reachable) 6517var consequenceEndReachable = consequenceState.Reachable; 6522var alternativeEndReachable = alternativeState.Reachable; 6736=> this.IsConditionalState ? (this.StateWhenTrue.Reachable || this.StateWhenFalse.Reachable) : this.State.Reachable; 11794if (this.State.Reachable) 13463if (receiverOpt != null && this.State.Reachable) 13849if (!self.Reachable) 13852if (!other.Reachable) 13866if (!other.Reachable) 13869if (!self.Reachable) 14160if (!this.Reachable) 14196if (!this.Reachable) return; 14247var oldReachable = Reachable; 14248var newReachable = oldReachable | other.Reachable; 14276var oldReachable = Reachable; 14277var newReachable = oldReachable & other.Reachable; 14309if (!this.Reachable)