4 writes to _currentIHttpWebTransportFeature
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http\HttpProtocol.Generated.cs (4)
100
_currentIHttpWebTransportFeature
= this;
438
_currentIHttpWebTransportFeature
= (IHttpWebTransportFeature?)value;
592
feature = Unsafe.As<IHttpWebTransportFeature?, TFeature?>(ref
_currentIHttpWebTransportFeature
);
752
_currentIHttpWebTransportFeature
= Unsafe.As<TFeature?, IHttpWebTransportFeature?>(ref feature);
3 references to _currentIHttpWebTransportFeature
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\HttpProtocol.Generated.cs (3)
286
feature =
_currentIHttpWebTransportFeature
;
898
if (
_currentIHttpWebTransportFeature
!= null)
900
yield return new KeyValuePair<Type, object>(typeof(IHttpWebTransportFeature),
_currentIHttpWebTransportFeature
);