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)
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) 2686if (this.State.Reachable) 3555if (!state.Reachable) 6533var consequenceEndReachable = consequenceState.Reachable; 6538var alternativeEndReachable = alternativeState.Reachable; 6752=> this.IsConditionalState ? (this.StateWhenTrue.Reachable || this.StateWhenFalse.Reachable) : this.State.Reachable; 11776if (this.State.Reachable) 13405if (receiverOpt != null && this.State.Reachable) 13791if (!self.Reachable) 13794if (!other.Reachable) 13808if (!other.Reachable) 13811if (!self.Reachable) 14102if (!this.Reachable) 14138if (!this.Reachable) return; 14189var oldReachable = Reachable; 14190var newReachable = oldReachable | other.Reachable; 14218var oldReachable = Reachable; 14219var newReachable = oldReachable & other.Reachable; 14251if (!this.Reachable)
FlowAnalysis\NullableWalker_Patterns.cs (3)
327if (!LabelState(label.Label).Reachable && label.WhenClause != null) 1027if (!State.Reachable && arm.WhenClause != null) 1104resultTypes[i] = ConvertConditionalOperandOrSwitchExpressionArmResult(arm.Value, nodeForSyntax, conversions[i], inferredTypeWithAnnotations, resultTypes[i], armState, armState.Reachable);