4 writes to _currentIHttpExtendedConnectFeature
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http\HttpProtocol.Generated.cs (4)
92
_currentIHttpExtendedConnectFeature
= this;
426
_currentIHttpExtendedConnectFeature
= (IHttpExtendedConnectFeature?)value;
580
feature = Unsafe.As<IHttpExtendedConnectFeature?, TFeature?>(ref
_currentIHttpExtendedConnectFeature
);
740
_currentIHttpExtendedConnectFeature
= Unsafe.As<TFeature?, IHttpExtendedConnectFeature?>(ref feature);
3 references to _currentIHttpExtendedConnectFeature
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\HttpProtocol.Generated.cs (3)
274
feature =
_currentIHttpExtendedConnectFeature
;
886
if (
_currentIHttpExtendedConnectFeature
!= null)
888
yield return new KeyValuePair<Type, object>(typeof(IHttpExtendedConnectFeature),
_currentIHttpExtendedConnectFeature
);