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