3 references to _tcs
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (3)
InMemoryTransportBenchmark.cs (3)
152
return new ValueTask<ConnectionContext>(
_tcs
.Task);
157
_tcs
.TrySetResult(null);
163
_tcs
.TrySetResult(null);