2 writes to _aborted
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (2)
Connection\DirectTlsConnection.cs (2)
182
_aborted
= true;
369
_aborted
= true;
4 references to _aborted
Microsoft.AspNetCore.Server.Kestrel.Transport.DirectTls (4)
Connection\DirectTlsConnection.cs (4)
232
while (!
_aborted
)
307
while (!
_aborted
)
365
if (
_aborted
)
394
if (
_aborted
|| Volatile.Read(ref _disposed) != 0)