6 references to GetResourceString
Microsoft.AspNetCore.Identity.EntityFrameworkCore (6)
artifacts\obj\Microsoft.AspNetCore.Identity.EntityFrameworkCore\Release\net9.0\Microsoft.AspNetCore.Identity.EntityFrameworkCore.Resources.cs (6)
19var value = GetResourceString(resourceKey); 31internal static string @CanOnlyProtectStrings => GetResourceString("CanOnlyProtectStrings"); 33internal static string @NotIdentityRole => GetResourceString("NotIdentityRole"); 35internal static string @NotIdentityUser => GetResourceString("NotIdentityUser"); 37internal static string @RoleNotFound => GetResourceString("RoleNotFound"); 40=> string.Format(Culture, GetResourceString("RoleNotFound"), p0);