1 write to MultiplexedConnectionFeatures
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (1)
Internal\QuicStreamContext.cs (1)
51
MultiplexedConnectionFeatures
= connection.Features;
3 references to MultiplexedConnectionFeatures
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (3)
src\Servers\Kestrel\shared\TransportConnection.Generated.cs (3)
188
return feature ??
MultiplexedConnectionFeatures
?[key];
318
if (feature == null &&
MultiplexedConnectionFeatures
!= null)
320
feature =
MultiplexedConnectionFeatures
.Get<TFeature>();