4 references to DynamicEndpointDataSource
IntegrationTestsWebsite (2)
Startup.cs (2)
24services.TryAddSingleton<DynamicEndpointDataSource>(); 35endpoints.DataSources.Add(endpoints.ServiceProvider.GetRequiredService<DynamicEndpointDataSource>());
Microsoft.AspNetCore.Grpc.JsonTranscoding.IntegrationTests (2)
Infrastructure\DynamicGrpcServiceRegistry.cs (2)
26private readonly DynamicEndpointDataSource _endpointDataSource; 29public DynamicGrpcServiceRegistry(DynamicEndpointDataSource endpointDataSource, IServiceProvider serviceProvider)