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)
634if (!state.Reachable) 1079if (!pendingReturn.StateWhenTrue.Reachable || !pendingReturn.StateWhenFalse.Reachable) 1239if (!pendingReturn.StateWhenTrue.Reachable || !pendingReturn.StateWhenFalse.Reachable) 1265if (!state.Reachable) 1305if (!stateWhen.Reachable) 1952if (!state.Reachable) 1961if (!state.Reachable) 1975if (!state.Reachable) 1985if (!state.Reachable) 2610if (this.State.Reachable) 3478if (!state.Reachable) 6075var consequenceEndReachable = consequenceState.Reachable; 6080var alternativeEndReachable = alternativeState.Reachable; 6294=> this.IsConditionalState ? (this.StateWhenTrue.Reachable || this.StateWhenFalse.Reachable) : this.State.Reachable; 10601if (this.State.Reachable) 11975if (receiverOpt != null && this.State.Reachable) 12307if (!self.Reachable) 12310if (!other.Reachable) 12324if (!other.Reachable) 12327if (!self.Reachable) 12618if (!this.Reachable) 12654if (!this.Reachable) return; 12705var oldReachable = Reachable; 12706var newReachable = oldReachable | other.Reachable; 12734var oldReachable = Reachable; 12735var newReachable = oldReachable & other.Reachable; 12767if (!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);