2 writes to _aborted
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Infrastructure\PipeWriterHelpers\ConcurrentPipeWriter.cs (2)
64_aborted = false; 214_aborted = true;
2 references to _aborted
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Infrastructure\PipeWriterHelpers\ConcurrentPipeWriter.cs (2)
155if (_bytesBuffered == 0 || _aborted) 282if (_completeException != null || _aborted)