4 writes to _disposed
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (4)
Connection\DirectTlsConnection.cs (3)
178
if (Interlocked.CompareExchange(ref
_disposed
, 1, 0) != 0)
394
if (_aborted || Volatile.Read(ref
_disposed
) != 0)
410
if (Interlocked.CompareExchange(ref
_disposed
, 1, 0) != 0)
Connection\DirectTlsConnection.FeatureCollection.cs (1)
109
ObjectDisposedException.ThrowIf(Volatile.Read(ref
_disposed
) != 0, this);