3 writes to IsCompleted
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (3)
src\Servers\Kestrel\shared\CompletionPipeWriter.cs (3)
35
IsCompleted
= true;
42
IsCompleted
= true;
73
IsCompleted
= false;
1 reference to IsCompleted
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (1)
src\Servers\Kestrel\shared\CompletionPipeWriter.cs (1)
16
public bool IsCompletedSuccessfully =>
IsCompleted
&& CompleteException == null;