6 references to GetValue
Microsoft.CodeAnalysis.CSharp (6)
FlowAnalysis\NullableWalker.cs (6)
12493return GetValue(index); 12595var oldValue = oldReachable ? GetValue(i) : NullableFlowState.NotNull; 12596var newValue = oldValue.Join(other.GetValue(i)); 12621var oldValue = GetValue(i); 12622var newValue = oldValue.Meet(other.GetValue(i)); 12638var mayBeNull = GetValue(i) is NullableFlowState.MaybeNull or NullableFlowState.MaybeDefault;