6 references to GetValue
Microsoft.CodeAnalysis.CSharp (6)
FlowAnalysis\NullableWalker.cs (6)
14251return GetValue(index); 14353var oldValue = oldReachable ? GetValue(i) : NullableFlowState.NotNull; 14354var newValue = oldValue.Join(other.GetValue(i)); 14379var oldValue = GetValue(i); 14380var newValue = oldValue.Meet(other.GetValue(i)); 14396var mayBeNull = GetValue(i) is NullableFlowState.MaybeNull or NullableFlowState.MaybeDefault;