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