2 references to Culture
Microsoft.AspNetCore.Authentication.Abstractions (2)
artifacts\obj\Microsoft.AspNetCore.Authentication.Abstractions\Release\net10.0\Microsoft.AspNetCore.Authentication.Abstractions.Resources.cs (2)
15
internal static string GetResourceString(string resourceKey, string defaultValue = null) => ResourceManager.GetString(resourceKey,
Culture
);
34
=> string.Format(
Culture
, GetResourceString("Exception_UnableToFindServices"), p0, p1, p2);