1 write to _lastId
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (1)
src\Servers\Kestrel\shared\CorrelationIdGenerator.cs (1)
16
public static string GetNextId() => GenerateId(Interlocked.Increment(ref
_lastId
));