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