13 references to Hex1bPtySocketHelper
Aspire.Hosting (1)
ApplicationModel\TerminalService.cs (1)
142
Hex1bPtySocketHelper
.Configure();
Aspire.Hosting.Tests (12)
Terminals\Hex1bPtySocketTests.cs (12)
34
Environment.SetEnvironmentVariable(
Hex1bPtySocketHelper
.SocketDirectoryEnvironmentVariable, value);
36
Hex1bPtySocketHelper
.Configure();
38
Assert.Equal(value, Environment.GetEnvironmentVariable(
Hex1bPtySocketHelper
.SocketDirectoryEnvironmentVariable));
70
Environment.SetEnvironmentVariable(
Hex1bPtySocketHelper
.SocketDirectoryEnvironmentVariable,
79
EnvironmentVariables = { [
Hex1bPtySocketHelper
.SocketDirectoryEnvironmentVariable] = Path.Combine(root.FullName, "child") }
82
Assert.Equal(directory, Environment.GetEnvironmentVariable(
Hex1bPtySocketHelper
.SocketDirectoryEnvironmentVariable));
95
Assert.Equal(directory, Environment.GetEnvironmentVariable(
Hex1bPtySocketHelper
.SocketDirectoryEnvironmentVariable));
121
Environment.SetEnvironmentVariable(
Hex1bPtySocketHelper
.SocketDirectoryEnvironmentVariable, value);
131
Assert.Equal(value, Environment.GetEnvironmentVariable(
Hex1bPtySocketHelper
.SocketDirectoryEnvironmentVariable));
162
Environment.SetEnvironmentVariable(
Hex1bPtySocketHelper
.SocketDirectoryEnvironmentVariable, directory.FullName);
200
Environment.SetEnvironmentVariable(
Hex1bPtySocketHelper
.SocketDirectoryEnvironmentVariable, directory);
243
Assert.Equal(directory, Environment.GetEnvironmentVariable(
Hex1bPtySocketHelper
.SocketDirectoryEnvironmentVariable));