6 references to GetValue
Microsoft.CodeAnalysis.CSharp (6)
FlowAnalysis\NullableWalker.cs (6)
11516return GetValue(index); 11611var oldValue = GetValue(i); 11612var newValue = oldValue.Join(other.GetValue(i)); 11637var oldValue = GetValue(i); 11638var newValue = oldValue.Meet(other.GetValue(i)); 11654var mayBeNull = GetValue(i) is NullableFlowState.MaybeNull or NullableFlowState.MaybeDefault;