1 write to _lastConnectionId
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Infrastructure\ConnectionManager.cs (1)
29
public long GetNewConnectionId() => Interlocked.Increment(ref
_lastConnectionId
);