2 writes to _completeException
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Infrastructure\PipeWriterHelpers\ConcurrentPipeWriter.cs (2)
65
_completeException
= null;
197
_completeException
= exception ?? _successfullyCompletedSentinel;
4 references to _completeException
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Infrastructure\PipeWriterHelpers\ConcurrentPipeWriter.cs (4)
291
if (
_completeException
!= null || _aborted)
296
if (ReferenceEquals(
_completeException
, _successfullyCompletedSentinel))
300
else if (
_completeException
!= null)
302
_innerPipeWriter.Complete(
_completeException
);