5 writes to _currentIHttpMinResponseDataRateFeature
Microsoft.AspNetCore.Server.Kestrel.Core (5)
Internal\Http\Http1Connection.cs (1)
686
_currentIHttpMinResponseDataRateFeature
= this;
Internal\Http\HttpProtocol.Generated.cs (4)
118
_currentIHttpMinResponseDataRateFeature
= null;
466
_currentIHttpMinResponseDataRateFeature
= (IHttpMinResponseDataRateFeature?)value;
620
feature = 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)
314
feature =
_currentIHttpMinResponseDataRateFeature
;
926
if (
_currentIHttpMinResponseDataRateFeature
!= null)
928
yield return new KeyValuePair<Type, object>(typeof(IHttpMinResponseDataRateFeature),
_currentIHttpMinResponseDataRateFeature
);