3 writes to Value
Microsoft.CodeAnalysis.CSharp (3)
FlowAnalysis\NullableWalker.cs (3)
12231Value = value; 12341return hasVariableCore(ref state._container!.Value, id, index); 12370return hasValueCore(ref state._container!.Value, id, index);
13 references to Value
Microsoft.CodeAnalysis.CSharp (13)
FlowAnalysis\NullableWalker.cs (13)
12258return new LocalStateSnapshot(Id, _container?.Value.CreateSnapshot(), _state.Clone()); 12388_container?.Value.Normalize(walker, variables.Container!, useNotNullsAsDefault); 12397_container?.Value.PopulateAll(walker); 12430return _container!.Value.GetValue(id, index); 12462_container!.Value.SetValue(id, index, value); 12487_container?.Value.ForEach(action, arg); 12499state = state._container!.Value; 12510var container = _container is null ? null : new Boxed(_container.Value.Clone()); 12518if (_container is { } && _container.Value.Join(in other._container!.Value)) 12547if (_container is { } && _container.Value.Meet(in other._container!.Value)) 12599_container?.Value.Dump(builder, variables.Container!);