6 references to GetValue
Microsoft.CodeAnalysis.CSharp (6)
FlowAnalysis\NullableWalker.cs (6)
12924return GetValue(index); 13026var oldValue = oldReachable ? GetValue(i) : NullableFlowState.NotNull; 13027var newValue = oldValue.Join(other.GetValue(i)); 13052var oldValue = GetValue(i); 13053var newValue = oldValue.Meet(other.GetValue(i)); 13069var mayBeNull = GetValue(i) is NullableFlowState.MaybeNull or NullableFlowState.MaybeDefault;