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