5 references to Resources
Microsoft.AspNetCore.Components.Endpoints (5)
Builder\RazorComponentsEndpointRouteBuilderExtensions.cs (1)
62throw new InvalidOperationException(Resources.FormatUnableToFindServices(
Rendering\EndpointHtmlRenderer.Prerendering.cs (1)
108throw new ArgumentException(Resources.FormatTypeMustDeriveFromType(componentType, typeof(IComponent)));
Rendering\EndpointHtmlRenderer.PrerenderingState.cs (2)
124Resources.FailedToInferComponentPersistenceMode); 168_ => throw new ArgumentException(Resources.FormatUnsupportedRenderMode(mode), nameof(mode)),
src\0f6147b19c23fa97\Microsoft.AspNetCore.Components.Endpoints.Resources.cs (1)
10internal static global::System.Resources.ResourceManager ResourceManager => s_resourceManager ?? (s_resourceManager = new global::System.Resources.ResourceManager(typeof(Resources)));