3 references to MultiplexedConnectionFeatures
Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes (3)
src\Servers\Kestrel\shared\TransportConnection.Generated.cs (3)
195return feature ?? MultiplexedConnectionFeatures?[key]; 333if (feature == null && MultiplexedConnectionFeatures != null) 335feature = MultiplexedConnectionFeatures.Get<TFeature>();