1 write to _connection
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (1)
Internal\QuicStreamContext.cs (1)
47
_connection
= connection;
2 references to _connection
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (2)
Internal\QuicStreamContext.cs (2)
135
get => _connectionId ??= StringUtilities.ConcatAsHexSuffix(
_connection
.ConnectionId, ':', (uint)StreamId);
588
if (!
_connection
.TryReturnStream(this))