1 instantiation of RazorComponentDataSourceOptions
Microsoft.AspNetCore.Components.Endpoints (1)
Builder\RazorComponentEndpointDataSource.cs (1)
23
private readonly RazorComponentDataSourceOptions _options =
new
();
6 references to RazorComponentDataSourceOptions
Microsoft.AspNetCore.Components.Endpoints (6)
Builder\RazorComponentEndpointDataSource.cs (2)
23
private readonly
RazorComponentDataSourceOptions
_options = new();
87
internal
RazorComponentDataSourceOptions
Options => _options;
Builder\RazorComponentsEndpointConventionBuilder.cs (4)
18
private readonly
RazorComponentDataSourceOptions
_options;
26
RazorComponentDataSourceOptions
options,
86
RazorComponentDataSourceOptions
options)
90
public
RazorComponentDataSourceOptions
Options { get; } = options;