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