5 writes to _currentIHttpMinResponseDataRateFeature
Microsoft.AspNetCore.Server.Kestrel.Core (5)
Internal\Http\Http1Connection.cs (1)
666_currentIHttpMinResponseDataRateFeature = this;
Internal\Http\HttpProtocol.Generated.cs (4)
118_currentIHttpMinResponseDataRateFeature = null; 466_currentIHttpMinResponseDataRateFeature = (IHttpMinResponseDataRateFeature?)value; 620feature = Unsafe.As<IHttpMinResponseDataRateFeature?, TFeature?>(ref _currentIHttpMinResponseDataRateFeature); 780_currentIHttpMinResponseDataRateFeature = Unsafe.As<TFeature?, IHttpMinResponseDataRateFeature?>(ref feature);
3 references to _currentIHttpMinResponseDataRateFeature
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\HttpProtocol.Generated.cs (3)
314feature = _currentIHttpMinResponseDataRateFeature; 926if (_currentIHttpMinResponseDataRateFeature != null) 928yield return new KeyValuePair<Type, object>(typeof(IHttpMinResponseDataRateFeature), _currentIHttpMinResponseDataRateFeature);