4 writes to _currentIResponseCookiesFeature
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http\HttpProtocol.Generated.cs (4)
111_currentIResponseCookiesFeature = null; 410_currentIResponseCookiesFeature = (IResponseCookiesFeature?)value; 564feature = 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)
258feature = _currentIResponseCookiesFeature; 870if (_currentIResponseCookiesFeature != null) 872yield return new KeyValuePair<Type, object>(typeof(IResponseCookiesFeature), _currentIResponseCookiesFeature);