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)
114return _currentIServiceProvidersFeature; 375if (_currentIServiceProvidersFeature != null) 377yield return new KeyValuePair<Type, object>(IServiceProvidersFeatureType, _currentIServiceProvidersFeature);