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)
683if (!state.Reachable) 1162if (!pendingReturn.StateWhenTrue.Reachable || !pendingReturn.StateWhenFalse.Reachable) 1327if (!pendingReturn.StateWhenTrue.Reachable || !pendingReturn.StateWhenFalse.Reachable) 1353if (!state.Reachable) 1399if (!stateWhen.Reachable) 2047if (!state.Reachable) 2056if (!state.Reachable) 2070if (!state.Reachable) 2080if (!state.Reachable) 2730if (this.State.Reachable) 3606if (!state.Reachable) 6589var consequenceEndReachable = consequenceState.Reachable; 6594var alternativeEndReachable = alternativeState.Reachable; 6808=> this.IsConditionalState ? (this.StateWhenTrue.Reachable || this.StateWhenFalse.Reachable) : this.State.Reachable; 11873if (this.State.Reachable) 13551if (receiverOpt != null && this.State.Reachable) 13937if (!self.Reachable) 13940if (!other.Reachable) 13954if (!other.Reachable) 13957if (!self.Reachable) 14248if (!this.Reachable) 14284if (!this.Reachable) return; 14335var oldReachable = Reachable; 14336var newReachable = oldReachable | other.Reachable; 14364var oldReachable = Reachable; 14365var newReachable = oldReachable & other.Reachable; 14397if (!this.Reachable)