1 instantiation of BlazorGatewayOptions
blazor-gateway (1)
BlazorGateway.cs (1)
30var options = new BlazorGatewayOptions();
3 references to BlazorGatewayOptions
blazor-gateway (3)
BlazorGateway.cs (3)
30var options = new BlazorGatewayOptions(); 31builder.Configuration.GetSection(BlazorGatewayOptions.SectionName).Bind(options); 140private static IHostApplicationBuilder ConfigureOpenTelemetry(this IHostApplicationBuilder builder, BlazorGatewayOptions.TelemetryOptions telemetry)