4 writes to _currentIServiceProvidersFeature
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http\HttpProtocol.Generated.cs (4)
103
_currentIServiceProvidersFeature
= null;
366
_currentIServiceProvidersFeature
= (IServiceProvidersFeature?)value;
520
feature = 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)
214
feature =
_currentIServiceProvidersFeature
;
826
if (
_currentIServiceProvidersFeature
!= null)
828
yield return new KeyValuePair<Type, object>(typeof(IServiceProvidersFeature),
_currentIServiceProvidersFeature
);