3 references to GetResourceString
Microsoft.AspNetCore.Razor.Runtime (3)
artifacts\obj\Microsoft.AspNetCore.Razor.Runtime\Release\net11.0\Microsoft.AspNetCore.Razor.Runtime.Resources.cs (3)
19
var value =
GetResourceString
(resourceKey);
31
internal static string @ScopeManager_EndCannotBeCalledWithoutACallToBegin =>
GetResourceString
("ScopeManager_EndCannotBeCalledWithoutACallToBegin");
34
=> string.Format(Culture,
GetResourceString
("ScopeManager_EndCannotBeCalledWithoutACallToBegin"), p0, p1, p2);