1 write to _currentIServiceProvidersFeature
Microsoft.AspNetCore.Server.IIS (1)
Core\IISHttpContext.Features.cs (1)
239
_currentIServiceProvidersFeature
= feature;
3 references to _currentIServiceProvidersFeature
Microsoft.AspNetCore.Server.IIS (3)
Core\IISHttpContext.Features.cs (3)
114
return
_currentIServiceProvidersFeature
;
375
if (
_currentIServiceProvidersFeature
!= null)
377
yield return new KeyValuePair<Type, object>(IServiceProvidersFeatureType,
_currentIServiceProvidersFeature
);