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)
232while (!_aborted) 307while (!_aborted) 365if (_aborted) 394if (_aborted || Volatile.Read(ref _disposed) != 0)