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