1 write to _tagsSource
aspire (1)
Telemetry\AspireCliTelemetry.cs (1)
118
_tagsSource
= tagsSource;
3 references to _tagsSource
aspire (3)
Telemetry\AspireCliTelemetry.cs (3)
128
return await
_tagsSource
.TagsTask.ConfigureAwait(false);
208
foreach (var tag in
_tagsSource
.GetResolvedTags())
245
_tagsSource
.StartCalculation(async () =>