6 references to GetValue
Microsoft.CodeAnalysis.CSharp (6)
FlowAnalysis\NullableWalker.cs (6)
13391
return
GetValue
(index);
13493
var oldValue = oldReachable ?
GetValue
(i) : NullableFlowState.NotNull;
13494
var newValue = oldValue.Join(other.
GetValue
(i));
13519
var oldValue =
GetValue
(i);
13520
var newValue = oldValue.Meet(other.
GetValue
(i));
13536
var mayBeNull =
GetValue
(i) is NullableFlowState.MaybeNull or NullableFlowState.MaybeDefault;