12 instantiations of DefaultConnectionContext
InMemory.FunctionalTests (2)
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (2)
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (2)
Microsoft.AspNetCore.SignalR.Microbenchmarks (4)
Microsoft.AspNetCore.SignalR.Specification.Tests (1)
Microsoft.AspNetCore.SignalR.Tests.Utils (1)
31 references to DefaultConnectionContext
InMemory.FunctionalTests (1)
Microsoft.AspNetCore.Connections.Abstractions (2)
Microsoft.AspNetCore.Http.Connections.Tests (9)
ServerSentEventsTests.cs (5)
25var connection = new DefaultConnectionContext("foo", pair.Transport, pair.Application);
46var connection = new DefaultConnectionContext("foo", pair.Transport, pair.Application);
67var connection = new DefaultConnectionContext("foo", pair.Transport, pair.Application);
89var connection = new DefaultConnectionContext("foo", pair.Transport, pair.Application);
117var connection = new DefaultConnectionContext("foo", pair.Transport, pair.Application);
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (9)
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (1)
Microsoft.AspNetCore.SignalR.Microbenchmarks (6)
Microsoft.AspNetCore.SignalR.Specification.Tests (1)
Microsoft.AspNetCore.SignalR.Tests (1)
Microsoft.AspNetCore.SignalR.Tests.Utils (1)