1 write to _executionContext
aspire (1)
Telemetry\AspireCliTelemetry.cs (1)
117
_executionContext
= executionContext;
4 references to _executionContext
aspire (4)
Telemetry\AspireCliTelemetry.cs (4)
308
tagsList.Add(new(TelemetryConstants.Tags.IdentityVersion,
_executionContext
.IdentityVersion));
309
tagsList.Add(new(TelemetryConstants.Tags.IdentityChannel,
_executionContext
.IdentityChannel));
310
if (!string.IsNullOrEmpty(
_executionContext
.IdentityCommit))
312
tagsList.Add(new(TelemetryConstants.Tags.IdentityCommit,
_executionContext
.IdentityCommit));