1 write to _features
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\WebTransport\WebTransportStream.cs (1)
55_features = context.ConnectionFeatures;
4 references to _features
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\WebTransport\WebTransportStream.cs (4)
32public override IFeatureCollection Features => _features; 56_features.Set<IStreamDirectionFeature>(this); 57_features.Set<IStreamIdFeature>(this); 58_features.Set<IConnectionItemsFeature>(this);