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