3 references to GetNextId
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (3)
src\Servers\Kestrel\shared\TransportConnection.cs (1)
32get => _connectionId ??= CorrelationIdGenerator.GetNextId();
StringUtilitiesBenchmark.cs (2)
18var connectionId = CorrelationIdGenerator.GetNextId(); 28var connectionId = CorrelationIdGenerator.GetNextId();