2 references to _handlerMap
Microsoft.AspNetCore.Authentication.Core (2)
AuthenticationHandlerProvider.cs (2)
39if (_handlerMap.TryGetValue(authenticationScheme, out var value)) 55_handlerMap[authenticationScheme] = handler;