1 write to ControlUdsPath
Aspire.Hosting (1)
ApplicationModel\TerminalHostLayout.cs (1)
44
ControlUdsPath
= controlUdsPath;
13 references to ControlUdsPath
Aspire.Hosting (5)
Backchannel\AuxiliaryBackchannelRpcTarget.cs (3)
517
layout.
ControlUdsPath
,
525
resourceName, replicaIndex, layout.
ControlUdsPath
);
532
resourceName, replicaIndex, layout.
ControlUdsPath
);
TerminalResourceBuilderExtensions.cs (2)
263
ControlSocketPath = layout.
ControlUdsPath
,
408
context.Args.Add(host.Layout.
ControlUdsPath
);
Aspire.Hosting.Tests (8)
WithTerminalTests.cs (8)
371
h.Layout.
ControlUdsPath
,
385
File.WriteAllText(host.Layout.
ControlUdsPath
, string.Empty);
449
Assert.Equal(host.Layout.
ControlUdsPath
, root.GetProperty("controlSocketPath").GetString());
1066
host.Layout.
ControlUdsPath
);
1118
Assert.NotEmpty(single.Layout.
ControlUdsPath
);
1191
Assert.Equal(expectedDirectory, Path.GetDirectoryName(host.Layout.
ControlUdsPath
));
1196
Assert.StartsWith(host.Layout.ReplicaId + ".", Path.GetFileName(host.Layout.
ControlUdsPath
));
1275
Assert.Contains(host.Layout.
ControlUdsPath
, args);