2 writes to _disableAutoDefaultScheme
Microsoft.AspNetCore.Authentication.Abstractions (2)
AuthenticationOptions.cs (2)
109_disableAutoDefaultScheme = AppContext.TryGetSwitch("Microsoft.AspNetCore.Authentication.SuppressAutoDefaultScheme", out var enabled) && enabled; 114set => _disableAutoDefaultScheme = value;
2 references to _disableAutoDefaultScheme
Microsoft.AspNetCore.Authentication.Abstractions (2)
AuthenticationOptions.cs (2)
107if (!_disableAutoDefaultScheme.HasValue) 112return _disableAutoDefaultScheme.Value;