2 references to _sessionIdOption
aspire (2)
Commands\AgentTelemetryCommand.cs (2)
88
Options.Add(
_sessionIdOption
);
136
AddIfValid(tags, TelemetryConstants.Tags.AgentSessionId, parseResult.GetValue(
_sessionIdOption
), static v => IsSafeIdentifier(v, maxLength: 128));