4 references to CreateEndPointAccessor
Aspire.Dashboard (4)
DashboardWebApplication.cs (4)
677
_frontendEndPointAccessor.Add(
CreateEndPointAccessor
(endpointConfiguration));
680
_otlpServiceGrpcEndPointAccessor ??=
CreateEndPointAccessor
(endpointConfiguration);
683
_otlpServiceHttpEndPointAccessor ??=
CreateEndPointAccessor
(endpointConfiguration);
686
_mcpEndPointAccessor ??=
CreateEndPointAccessor
(endpointConfiguration);