1 write to _parsedGrpcEndpointUrl
Aspire.Dashboard (1)
Configuration\DashboardOptions.cs (1)
114if (!string.IsNullOrEmpty(GrpcEndpointUrl) && !Uri.TryCreate(GrpcEndpointUrl, UriKind.Absolute, out _parsedGrpcEndpointUrl))
1 reference to _parsedGrpcEndpointUrl
Aspire.Dashboard (1)
Configuration\DashboardOptions.cs (1)
88return _parsedGrpcEndpointUrl;