4 writes to _currentIServiceProvidersFeature
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http\HttpProtocol.Generated.cs (4)
103_currentIServiceProvidersFeature = null; 366_currentIServiceProvidersFeature = (IServiceProvidersFeature?)value; 520feature = Unsafe.As<IServiceProvidersFeature?, TFeature?>(ref _currentIServiceProvidersFeature); 680_currentIServiceProvidersFeature = Unsafe.As<TFeature?, IServiceProvidersFeature?>(ref feature);
3 references to _currentIServiceProvidersFeature
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\HttpProtocol.Generated.cs (3)
214feature = _currentIServiceProvidersFeature; 826if (_currentIServiceProvidersFeature != null) 828yield return new KeyValuePair<Type, object>(typeof(IServiceProvidersFeature), _currentIServiceProvidersFeature);