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)
19var value = GetResourceString(resourceKey); 31internal static string @FailedToInferComponentPersistenceMode => GetResourceString("FailedToInferComponentPersistenceMode"); 33internal static string @TypeMustDeriveFromType => GetResourceString("TypeMustDeriveFromType"); 36=> string.Format(Culture, GetResourceString("TypeMustDeriveFromType"), p0, p1); 39internal static string @UnableToFindServices => GetResourceString("UnableToFindServices"); 42=> string.Format(Culture, GetResourceString("UnableToFindServices"), p0, p1); 45internal static string @UnsupportedRenderMode => GetResourceString("UnsupportedRenderMode"); 48=> string.Format(Culture, GetResourceString("UnsupportedRenderMode"), p0);