3 writes to _frontendEndPointAccessor
Aspire.Dashboard (3)
DashboardWebApplication.cs (3)
459_frontendEndPointAccessor ??= CreateEndPointAccessor(endpointConfiguration); 477_frontendEndPointAccessor = _otlpServiceGrpcEndPointAccessor; 506_frontendEndPointAccessor = _otlpServiceGrpcEndPointAccessor;
3 references to _frontendEndPointAccessor
Aspire.Dashboard (3)
DashboardWebApplication.cs (3)
52get => _frontendEndPointAccessor ?? throw new InvalidOperationException("WebApplication not started yet."); 208if (_frontendEndPointAccessor != null) 210var url = _frontendEndPointAccessor().Address;