6 references to GetValue
Microsoft.CodeAnalysis.CSharp (6)
FlowAnalysis\NullableWalker.cs (6)
14243
return
GetValue
(index);
14345
var oldValue = oldReachable ?
GetValue
(i) : NullableFlowState.NotNull;
14346
var newValue = oldValue.Join(other.
GetValue
(i));
14371
var oldValue =
GetValue
(i);
14372
var newValue = oldValue.Meet(other.
GetValue
(i));
14388
var mayBeNull =
GetValue
(i) is NullableFlowState.MaybeNull or NullableFlowState.MaybeDefault;