2 references to ConcatAsHexSuffix
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http\Http1Connection.cs (1)
675=> StringUtilities.ConcatAsHexSuffix(ConnectionId, ':', _requestCount);
Internal\Http2\Http2Stream.cs (1)
180=> StringUtilities.ConcatAsHexSuffix(ConnectionId, ':', (uint)StreamId);