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