6 references to GetValue
Microsoft.CodeAnalysis.CSharp (6)
FlowAnalysis\NullableWalker.cs (6)
12432
return
GetValue
(index);
12534
var oldValue = oldReachable ?
GetValue
(i) : NullableFlowState.NotNull;
12535
var newValue = oldValue.Join(other.
GetValue
(i));
12560
var oldValue =
GetValue
(i);
12561
var newValue = oldValue.Meet(other.
GetValue
(i));
12577
var mayBeNull =
GetValue
(i) is NullableFlowState.MaybeNull or NullableFlowState.MaybeDefault;