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)
43
internal string? ManifestPath { get =>
_options
.ManifestPath; set =>
_options
.ManifestPath = value; }
77
_options
.ConfiguredRenderModes.Add(renderMode);