1 write to _executionContext
aspire (1)
Telemetry\AspireCliTelemetry.cs (1)
121
_executionContext
= executionContext;
4 references to _executionContext
aspire (4)
Telemetry\AspireCliTelemetry.cs (4)
349
tagsList.Add(new(TelemetryConstants.Tags.IdentityVersion,
_executionContext
.IdentityVersion));
350
tagsList.Add(new(TelemetryConstants.Tags.IdentityChannel,
_executionContext
.IdentityChannel));
351
if (!string.IsNullOrEmpty(
_executionContext
.IdentityCommit))
353
tagsList.Add(new(TelemetryConstants.Tags.IdentityCommit,
_executionContext
.IdentityCommit));