6 references to GetValue
Microsoft.CodeAnalysis.CSharp (6)
FlowAnalysis\NullableWalker.cs (6)
12870return GetValue(index); 12972var oldValue = oldReachable ? GetValue(i) : NullableFlowState.NotNull; 12973var newValue = oldValue.Join(other.GetValue(i)); 12998var oldValue = GetValue(i); 12999var newValue = oldValue.Meet(other.GetValue(i)); 13015var mayBeNull = GetValue(i) is NullableFlowState.MaybeNull or NullableFlowState.MaybeDefault;