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