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