2 references to DrainOptionName
aspire (2)
Commands\AgentTelemetryCommand.cs (1)
41
private readonly Option<bool> _drainOption = new(AgentTelemetryProtocol.
DrainOptionName
) { Hidden = true };
Telemetry\AgentTelemetryUploader.cs (1)
42
var (command, args) = AgentTelemetryHook.GetCommand(AgentTelemetryProtocol.
DrainOptionName
);