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;