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