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