6 references to GetValue
Microsoft.CodeAnalysis.CSharp (6)
FlowAnalysis\NullableWalker.cs (6)
12613return GetValue(index); 12715var oldValue = oldReachable ? GetValue(i) : NullableFlowState.NotNull; 12716var newValue = oldValue.Join(other.GetValue(i)); 12741var oldValue = GetValue(i); 12742var newValue = oldValue.Meet(other.GetValue(i)); 12758var mayBeNull = GetValue(i) is NullableFlowState.MaybeNull or NullableFlowState.MaybeDefault;