6 references to GetValue
Microsoft.CodeAnalysis.CSharp (6)
FlowAnalysis\NullableWalker.cs (6)
12493
return
GetValue
(index);
12595
var oldValue = oldReachable ?
GetValue
(i) : NullableFlowState.NotNull;
12596
var newValue = oldValue.Join(other.
GetValue
(i));
12621
var oldValue =
GetValue
(i);
12622
var newValue = oldValue.Meet(other.
GetValue
(i));
12638
var mayBeNull =
GetValue
(i) is NullableFlowState.MaybeNull or NullableFlowState.MaybeDefault;