4 writes to _currentIResponseCookiesFeature
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http\HttpProtocol.Generated.cs (4)
111
_currentIResponseCookiesFeature
= null;
410
_currentIResponseCookiesFeature
= (IResponseCookiesFeature?)value;
564
feature = Unsafe.As<IResponseCookiesFeature?, TFeature?>(ref
_currentIResponseCookiesFeature
);
724
_currentIResponseCookiesFeature
= Unsafe.As<TFeature?, IResponseCookiesFeature?>(ref feature);
3 references to _currentIResponseCookiesFeature
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\HttpProtocol.Generated.cs (3)
258
feature =
_currentIResponseCookiesFeature
;
870
if (
_currentIResponseCookiesFeature
!= null)
872
yield return new KeyValuePair<Type, object>(typeof(IResponseCookiesFeature),
_currentIResponseCookiesFeature
);