3 writes to CompleteException
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (3)
src\Servers\Kestrel\shared\CompletionPipeWriter.cs (3)
36CompleteException = exception; 43CompleteException = exception; 74CompleteException = null;
1 reference to CompleteException
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (1)
src\Servers\Kestrel\shared\CompletionPipeWriter.cs (1)
16public bool IsCompletedSuccessfully => IsCompleted && CompleteException == null;