4 writes to _currentIHttpAuthenticationFeature
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http\HttpProtocol.Generated.cs (4)
109
_currentIHttpAuthenticationFeature
= null;
394
_currentIHttpAuthenticationFeature
= (IHttpAuthenticationFeature?)value;
548
feature = 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)
242
feature =
_currentIHttpAuthenticationFeature
;
854
if (
_currentIHttpAuthenticationFeature
!= null)
856
yield return new KeyValuePair<Type, object>(typeof(IHttpAuthenticationFeature),
_currentIHttpAuthenticationFeature
);