1 reference to GetNextId
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets (1)
src\Servers\Kestrel\shared\TransportConnection.cs (1)
32
get => _connectionId ??= CorrelationIdGenerator.
GetNextId
();