10 references to Resources
Microsoft.AspNetCore.Identity.EntityFrameworkCore (10)
artifacts\obj\Microsoft.AspNetCore.Identity.EntityFrameworkCore\Release\net11.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 (6)
227throw new InvalidOperationException(Resources.CanOnlyProtectStrings); 276throw new InvalidOperationException(Resources.CanOnlyProtectStrings); 338throw new InvalidOperationException(Resources.CanOnlyProtectStrings); 386throw new InvalidOperationException(Resources.CanOnlyProtectStrings); 433throw new InvalidOperationException(Resources.CanOnlyProtectStrings); 481throw new InvalidOperationException(Resources.CanOnlyProtectStrings);
UserStore.cs (1)
372throw new InvalidOperationException(string.Format(CultureInfo.CurrentCulture, Resources.RoleNotFound, normalizedRoleName));