1 write to _currentIResponseCookiesFeature
Microsoft.AspNetCore.Server.IIS (1)
Core\IISHttpContext.Features.cs (1)
274_currentIResponseCookiesFeature = feature;
3 references to _currentIResponseCookiesFeature
Microsoft.AspNetCore.Server.IIS (3)
Core\IISHttpContext.Features.cs (3)
142return _currentIResponseCookiesFeature; 403if (_currentIResponseCookiesFeature != null) 405yield return new KeyValuePair<Type, object>(IResponseCookiesFeatureType, _currentIResponseCookiesFeature);