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