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