3 references to MultiplexedConnectionFeatures
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (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>();