2 references to _connections
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (2)
InMemoryTransportBenchmark.cs (2)
111
public IReadOnlyDictionary<EndPoint, IReadOnlyList<InMemoryConnection>> Connections =>
_connections
;
126
_connections
.Add(endpoint, connections);