2 references to CommandName
aspire (2)
Program.cs (1)
1172mainActivity?.SetTag(TelemetryConstants.Tags.CommandName, commandName);
Telemetry\ProfilingTelemetry.cs (1)
1037public void SetCommandName(string commandName) => SetTag(TelemetryConstants.Tags.CommandName, commandName);