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