4 writes to _currentIHttpAuthenticationFeature
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http\HttpProtocol.Generated.cs (4)
109_currentIHttpAuthenticationFeature = null; 394_currentIHttpAuthenticationFeature = (IHttpAuthenticationFeature?)value; 548feature = Unsafe.As<IHttpAuthenticationFeature?, TFeature?>(ref _currentIHttpAuthenticationFeature); 708_currentIHttpAuthenticationFeature = Unsafe.As<TFeature?, IHttpAuthenticationFeature?>(ref feature);
3 references to _currentIHttpAuthenticationFeature
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\HttpProtocol.Generated.cs (3)
242feature = _currentIHttpAuthenticationFeature; 854if (_currentIHttpAuthenticationFeature != null) 856yield return new KeyValuePair<Type, object>(typeof(IHttpAuthenticationFeature), _currentIHttpAuthenticationFeature);