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