1 write to _options
Microsoft.AspNetCore.Components.Endpoints (1)
Builder\RazorComponentsEndpointConventionBuilder.cs (1)
33_options = options;
3 references to _options
Microsoft.AspNetCore.Components.Endpoints (3)
Builder\RazorComponentsEndpointConventionBuilder.cs (3)
43internal string? ManifestPath { get => _options.ManifestPath; set => _options.ManifestPath = value; } 77_options.ConfiguredRenderModes.Add(renderMode);