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