1 write to ProducerUdsPath
Aspire.TerminalHost (1)
TerminalReplica.cs (1)
174
ProducerUdsPath
= producerUdsPath;
7 references to ProducerUdsPath
Aspire.TerminalHost (7)
TerminalHostApp.cs (1)
82
ProducerUdsPath = replica.
ProducerUdsPath
,
TerminalReplica.cs (6)
365
TryDeleteUdsFile(
ProducerUdsPath
);
375
_ = ApplyRestrictiveSocketPermissionsAsync(
ProducerUdsPath
, _stopCts.Token);
389
ProducerUdsPath
, Columns, Rows);
390
await foreach (var stream in Hmp1Transports.ListenUnixSocket(
ProducerUdsPath
, cct).ConfigureAwait(false))
400
ProducerUdsPath
, restartCount);
558
TryDeleteUdsFile(
ProducerUdsPath
);