6 references to GetValue
Microsoft.CodeAnalysis.CSharp (6)
FlowAnalysis\NullableWalker.cs (6)
12791return GetValue(index); 12893var oldValue = oldReachable ? GetValue(i) : NullableFlowState.NotNull; 12894var newValue = oldValue.Join(other.GetValue(i)); 12919var oldValue = GetValue(i); 12920var newValue = oldValue.Meet(other.GetValue(i)); 12936var mayBeNull = GetValue(i) is NullableFlowState.MaybeNull or NullableFlowState.MaybeDefault;