6 references to GetValue
Microsoft.CodeAnalysis.CSharp (6)
FlowAnalysis\NullableWalker.cs (6)
13228return GetValue(index); 13330var oldValue = oldReachable ? GetValue(i) : NullableFlowState.NotNull; 13331var newValue = oldValue.Join(other.GetValue(i)); 13356var oldValue = GetValue(i); 13357var newValue = oldValue.Meet(other.GetValue(i)); 13373var mayBeNull = GetValue(i) is NullableFlowState.MaybeNull or NullableFlowState.MaybeDefault;