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