8 references to Resources
Microsoft.AspNetCore.Identity.EntityFrameworkCore (8)
artifacts\obj\Microsoft.AspNetCore.Identity.EntityFrameworkCore\Release\net9.0\Microsoft.AspNetCore.Identity.EntityFrameworkCore.Resources.cs (1)
10internal static global::System.Resources.ResourceManager ResourceManager => s_resourceManager ?? (s_resourceManager = new global::System.Resources.ResourceManager(typeof(Resources)));
IdentityEntityFrameworkBuilderExtensions.cs (2)
34throw new InvalidOperationException(Resources.NotIdentityUser); 44throw new InvalidOperationException(Resources.NotIdentityRole);
IdentityUserContext.cs (4)
190throw new InvalidOperationException(Resources.CanOnlyProtectStrings); 238throw new InvalidOperationException(Resources.CanOnlyProtectStrings); 283throw new InvalidOperationException(Resources.CanOnlyProtectStrings); 331throw new InvalidOperationException(Resources.CanOnlyProtectStrings);
UserStore.cs (1)
327throw new InvalidOperationException(string.Format(CultureInfo.CurrentCulture, Resources.RoleNotFound, normalizedRoleName));