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