4 references to CreateEndPointAccessor
Aspire.Dashboard (4)
DashboardWebApplication.cs (4)
653
_frontendEndPointAccessor.Add(
CreateEndPointAccessor
(endpointConfiguration));
656
_otlpServiceGrpcEndPointAccessor ??=
CreateEndPointAccessor
(endpointConfiguration);
659
_otlpServiceHttpEndPointAccessor ??=
CreateEndPointAccessor
(endpointConfiguration);
662
_mcpEndPointAccessor ??=
CreateEndPointAccessor
(endpointConfiguration);