2 references to _toolNameOption
aspire (2)
Commands\AgentTelemetryCommand.cs (2)
90
Options.Add(
_toolNameOption
);
138
AddIfValid(tags, TelemetryConstants.Tags.AgentToolName, parseResult.GetValue(
_toolNameOption
), static v => IsSafeIdentifier(v, maxLength: 128));