4 writes to _currentIHttpResponseFeature
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http\HttpProtocol.Generated.cs (4)
86
_currentIHttpResponseFeature
= this;
350
_currentIHttpResponseFeature
= (IHttpResponseFeature?)value;
504
feature = Unsafe.As<IHttpResponseFeature?, TFeature?>(ref
_currentIHttpResponseFeature
);
664
_currentIHttpResponseFeature
= Unsafe.As<TFeature?, IHttpResponseFeature?>(ref feature);
3 references to _currentIHttpResponseFeature
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\HttpProtocol.Generated.cs (3)
198
feature =
_currentIHttpResponseFeature
;
810
if (
_currentIHttpResponseFeature
!= null)
812
yield return new KeyValuePair<Type, object>(typeof(IHttpResponseFeature),
_currentIHttpResponseFeature
);