aspnetcore/test/Kestrel.InMemory.Functional.../TestTransport
David Fowler 6dc55a0462
Don't preserve the ExecutionContext when dispatching callbacks (#2861)
* Don't preserve the ExecutionContext when dispatching callbacks
- The layers up stack already preserve and restore the ExecutionContext, there's no need to capture and run for the scheduler callback and cancellation token callback
2018-08-28 09:32:33 -07:00
..
InMemoryConnection.cs
InMemoryHttpClientSlim.cs
InMemoryTransportConnection.cs Don't preserve the ExecutionContext when dispatching callbacks (#2861) 2018-08-28 09:32:33 -07:00
InMemoryTransportFactory.cs
TestServer.cs