6 references to GetValue
Microsoft.CodeAnalysis.CSharp (6)
FlowAnalysis\NullableWalker.cs (6)
14041
return
GetValue
(index);
14143
var oldValue = oldReachable ?
GetValue
(i) : NullableFlowState.NotNull;
14144
var newValue = oldValue.Join(other.
GetValue
(i));
14169
var oldValue =
GetValue
(i);
14170
var newValue = oldValue.Meet(other.
GetValue
(i));
14186
var mayBeNull =
GetValue
(i) is NullableFlowState.MaybeNull or NullableFlowState.MaybeDefault;