5 references to Resources
Microsoft.AspNetCore.Components.Endpoints (5)
artifacts\obj\Microsoft.AspNetCore.Components.Endpoints\Release\net10.0\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)));
Builder\RazorComponentsEndpointRouteBuilderExtensions.cs (1)
62throw new InvalidOperationException(Resources.FormatUnableToFindServices(
Rendering\EndpointHtmlRenderer.Prerendering.cs (1)
106throw new ArgumentException(Resources.FormatTypeMustDeriveFromType(componentType, typeof(IComponent)));
Rendering\EndpointHtmlRenderer.PrerenderingState.cs (2)
124Resources.FailedToInferComponentPersistenceMode); 168_ => throw new ArgumentException(Resources.FormatUnsupportedRenderMode(mode), nameof(mode)),