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