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