4 writes to _currentIHttpUpgradeFeature
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http\HttpProtocol.Generated.cs (4)
93
_currentIHttpUpgradeFeature
= this;
430
_currentIHttpUpgradeFeature
= (IHttpUpgradeFeature?)value;
584
feature = Unsafe.As<IHttpUpgradeFeature?, TFeature?>(ref
_currentIHttpUpgradeFeature
);
744
_currentIHttpUpgradeFeature
= Unsafe.As<TFeature?, IHttpUpgradeFeature?>(ref feature);
3 references to _currentIHttpUpgradeFeature
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\HttpProtocol.Generated.cs (3)
278
feature =
_currentIHttpUpgradeFeature
;
890
if (
_currentIHttpUpgradeFeature
!= null)
892
yield return new KeyValuePair<Type, object>(typeof(IHttpUpgradeFeature),
_currentIHttpUpgradeFeature
);