1 write to _tagsSource
aspire (1)
Telemetry\AspireCliTelemetry.cs (1)
122_tagsSource = tagsSource;
4 references to _tagsSource
aspire (4)
Telemetry\AspireCliTelemetry.cs (4)
132var tags = await _tagsSource.TagsTask.ConfigureAwait(false); 214foreach (var tag in _tagsSource.GetResolvedTags()) 287_tagsSource.StartCalculation(async () => 441await _tagsSource.TagsTask.ConfigureAwait(false);