9 references to DefaultConnectionContext
InMemory.FunctionalTests (2)
src\Servers\Kestrel\shared\test\TestContextFactory.cs (2)
152var connectionContext = new DefaultConnectionContext(); 214streamContext: new DefaultConnectionContext(),
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (2)
src\Servers\Kestrel\shared\test\TestContextFactory.cs (2)
152var connectionContext = new DefaultConnectionContext(); 214streamContext: new DefaultConnectionContext(),
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (2)
src\Servers\Kestrel\shared\test\TestContextFactory.cs (2)
152var connectionContext = new DefaultConnectionContext(); 214streamContext: new DefaultConnectionContext(),
Microsoft.AspNetCore.SignalR.Microbenchmarks (3)
HubConnectionReceiveBenchmark.cs (1)
79var connection = new DefaultConnectionContext();
HubConnectionSendBenchmark.cs (1)
59var connection = new DefaultConnectionContext();
HubConnectionStartBenchmark.cs (1)
45var connection = new DefaultConnectionContext();