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)
10
internal static global::System.Resources.ResourceManager ResourceManager => s_resourceManager ?? (s_resourceManager = new global::System.Resources.ResourceManager(typeof(
Resources
)));
Builder\RazorComponentsEndpointRouteBuilderExtensions.cs (1)
62
throw new InvalidOperationException(
Resources
.FormatUnableToFindServices(
Rendering\EndpointHtmlRenderer.Prerendering.cs (1)
106
throw new ArgumentException(
Resources
.FormatTypeMustDeriveFromType(componentType, typeof(IComponent)));
Rendering\EndpointHtmlRenderer.PrerenderingState.cs (2)
124
Resources
.FailedToInferComponentPersistenceMode);
168
_ => throw new ArgumentException(
Resources
.FormatUnsupportedRenderMode(mode), nameof(mode)),