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