10 references to AddIdentityActions
Microsoft.AspNetCore.Identity.FunctionalTests (10)
MapIdentityApiTests.cs (10)
46await using var app = await CreateAppAsync(AddIdentityActions[addIdentityMode]); 65await using var app = await CreateAppAsync(AddIdentityActions[addIdentityMode]); 76await using var app = await CreateAppAsync(AddIdentityActions[addIdentityMode]); 109await using var app = await CreateAppAsync(AddIdentityActions[addIdentityMode]); 137AddIdentityActions[addIdentityMode](services); 278await using var app = await CreateAppAsync(AddIdentityActions[addIdentityMode]); 294await using var app = await CreateAppAsync(AddIdentityActions[addIdentityMode]); 669await using var app = await CreateAppAsync(AddIdentityActions[addIdentityMode]); 1028AddIdentityActions[addIdentityModes](services); 1394public static object[][] AddIdentityModes => AddIdentityActions.Keys.Select(key => new object[] { key }).ToArray();