2 references to _successfullyCompletedSentinel
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Infrastructure\PipeWriterHelpers\ConcurrentPipeWriter.cs (2)
197
_completeException = exception ??
_successfullyCompletedSentinel
;
296
if (ReferenceEquals(_completeException,
_successfullyCompletedSentinel
))