8 references to GetResourceString
Microsoft.AspNetCore.Components.Endpoints (8)
artifacts\obj\Microsoft.AspNetCore.Components.Endpoints\Release\net10.0\Microsoft.AspNetCore.Components.Endpoints.Resources.cs (8)
19
var value =
GetResourceString
(resourceKey);
31
internal static string @FailedToInferComponentPersistenceMode =>
GetResourceString
("FailedToInferComponentPersistenceMode");
33
internal static string @TypeMustDeriveFromType =>
GetResourceString
("TypeMustDeriveFromType");
36
=> string.Format(Culture,
GetResourceString
("TypeMustDeriveFromType"), p0, p1);
39
internal static string @UnableToFindServices =>
GetResourceString
("UnableToFindServices");
42
=> string.Format(Culture,
GetResourceString
("UnableToFindServices"), p0, p1);
45
internal static string @UnsupportedRenderMode =>
GetResourceString
("UnsupportedRenderMode");
48
=> string.Format(Culture,
GetResourceString
("UnsupportedRenderMode"), p0);