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