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