6 references to GetValue
Microsoft.CodeAnalysis.CSharp (6)
FlowAnalysis\NullableWalker.cs (6)
11516
return
GetValue
(index);
11611
var oldValue =
GetValue
(i);
11612
var newValue = oldValue.Join(other.
GetValue
(i));
11637
var oldValue =
GetValue
(i);
11638
var newValue = oldValue.Meet(other.
GetValue
(i));
11654
var mayBeNull =
GetValue
(i) is NullableFlowState.MaybeNull or NullableFlowState.MaybeDefault;