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)
142
return
_currentIResponseCookiesFeature
;
403
if (
_currentIResponseCookiesFeature
!= null)
405
yield return new KeyValuePair<Type, object>(IResponseCookiesFeatureType,
_currentIResponseCookiesFeature
);