2 writes to _autoDefaultScheme
Microsoft.AspNetCore.Authentication.Core (2)
AuthenticationSchemeProvider.cs (2)
216
_autoDefaultScheme
= Task.FromResult<AuthenticationScheme?>(_schemesCopy.First());
220
_autoDefaultScheme
= _nullScheme;
1 reference to _autoDefaultScheme
Microsoft.AspNetCore.Authentication.Core (1)
AuthenticationSchemeProvider.cs (1)
60
:
_autoDefaultScheme
;