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