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)
282if (_completeException != null || _aborted) 287if (ReferenceEquals(_completeException, _successfullyCompletedSentinel)) 291else if (_completeException != null) 293_innerPipeWriter.Complete(_completeException);