3 references to IResponseCookiesFeatureType
Microsoft.AspNetCore.Server.IIS (3)
Core\IISHttpContext.Features.cs (3)
143
if (key ==
IResponseCookiesFeatureType
)
279
if (key ==
IResponseCookiesFeatureType
)
417
yield return new KeyValuePair<Type, object>(
IResponseCookiesFeatureType
, _currentIResponseCookiesFeature);