10 references to AddIdentityActions
Microsoft.AspNetCore.Identity.FunctionalTests (10)
MapIdentityApiTests.cs (10)
43await using var app = await CreateAppAsync(AddIdentityActions[addIdentityMode]); 62await using var app = await CreateAppAsync(AddIdentityActions[addIdentityMode]); 73await using var app = await CreateAppAsync(AddIdentityActions[addIdentityMode]); 106await using var app = await CreateAppAsync(AddIdentityActions[addIdentityMode]); 134AddIdentityActions[addIdentityMode](services); 275await using var app = await CreateAppAsync(AddIdentityActions[addIdentityMode]); 291await using var app = await CreateAppAsync(AddIdentityActions[addIdentityMode]); 666await using var app = await CreateAppAsync(AddIdentityActions[addIdentityMode]); 1024AddIdentityActions[addIdentityModes](services); 1352public static object[][] AddIdentityModes => AddIdentityActions.Keys.Select(key => new object[] { key }).ToArray();