4 references to CreateEndPointAccessor
Aspire.Dashboard (4)
DashboardWebApplication.cs (4)
652
_frontendEndPointAccessor.Add(
CreateEndPointAccessor
(endpointConfiguration));
655
_otlpServiceGrpcEndPointAccessor ??=
CreateEndPointAccessor
(endpointConfiguration);
658
_otlpServiceHttpEndPointAccessor ??=
CreateEndPointAccessor
(endpointConfiguration);
661
_mcpEndPointAccessor ??=
CreateEndPointAccessor
(endpointConfiguration);