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