2 writes to _storage
Test.Utilities (2)
TemporaryDictionary`2.cs (2)
32Interlocked.Exchange(ref _storage, null)?.Free(cancellationToken); 40storage = Interlocked.CompareExchange(ref _storage, newStorage, null) ?? newStorage;
2 references to _storage
Test.Utilities (2)
TemporaryDictionary`2.cs (2)
28=> new(_storage ?? EmptyDictionary); 37if (_storage is not { } storage)