4 references to CreateEndPointAccessor
Aspire.Dashboard (4)
DashboardWebApplication.cs (4)
678
_frontendEndPointAccessor.Add(
CreateEndPointAccessor
(endpointConfiguration));
681
_otlpServiceGrpcEndPointAccessor ??=
CreateEndPointAccessor
(endpointConfiguration);
684
_otlpServiceHttpEndPointAccessor ??=
CreateEndPointAccessor
(endpointConfiguration);
687
_mcpEndPointAccessor ??=
CreateEndPointAccessor
(endpointConfiguration);