6 references to GetValue
Microsoft.CodeAnalysis.CSharp (6)
FlowAnalysis\NullableWalker.cs (6)
13391return GetValue(index); 13493var oldValue = oldReachable ? GetValue(i) : NullableFlowState.NotNull; 13494var newValue = oldValue.Join(other.GetValue(i)); 13519var oldValue = GetValue(i); 13520var newValue = oldValue.Meet(other.GetValue(i)); 13536var mayBeNull = GetValue(i) is NullableFlowState.MaybeNull or NullableFlowState.MaybeDefault;