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