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) 2688if (this.State.Reachable) 3564if (!state.Reachable) 6531var consequenceEndReachable = consequenceState.Reachable; 6536var alternativeEndReachable = alternativeState.Reachable; 6750=> this.IsConditionalState ? (this.StateWhenTrue.Reachable || this.StateWhenFalse.Reachable) : this.State.Reachable; 11804if (this.State.Reachable) 13473if (receiverOpt != null && this.State.Reachable) 13859if (!self.Reachable) 13862if (!other.Reachable) 13876if (!other.Reachable) 13879if (!self.Reachable) 14170if (!this.Reachable) 14206if (!this.Reachable) return; 14257var oldReachable = Reachable; 14258var newReachable = oldReachable | other.Reachable; 14286var oldReachable = Reachable; 14287var newReachable = oldReachable & other.Reachable; 14319if (!this.Reachable)
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);