6 references to GetValue
Microsoft.CodeAnalysis.CSharp (6)
FlowAnalysis\NullableWalker.cs (6)
14165return GetValue(index); 14267var oldValue = oldReachable ? GetValue(i) : NullableFlowState.NotNull; 14268var newValue = oldValue.Join(other.GetValue(i)); 14293var oldValue = GetValue(i); 14294var newValue = oldValue.Meet(other.GetValue(i)); 14310var mayBeNull = GetValue(i) is NullableFlowState.MaybeNull or NullableFlowState.MaybeDefault;