4 references to _disposedSentinel
Microsoft.Extensions.Primitives (4)
ChangeToken.cs (4)
113
if (Volatile.Read(ref _disposable) ==
_disposedSentinel
)
135
if (current ==
_disposedSentinel
)
144
if (previous ==
_disposedSentinel
)
164
Interlocked.Exchange(ref _disposable,
_disposedSentinel
)?.Dispose();