2 references to GetNextId
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (2)
src\Servers\Kestrel\shared\TransportConnection.cs (1)
32
get => _connectionId ??= CorrelationIdGenerator.
GetNextId
();
src\Servers\Kestrel\shared\TransportMultiplexedConnection.cs (1)
26
get => _connectionId ??= CorrelationIdGenerator.
GetNextId
();