4 references to UnixSocketPath
aspire (4)
DotNet\DotNetCliRunner.cs (2)
112
env?.TryGetValue(KnownConfigNames.
UnixSocketPath
, out socketPath);
457
finalEnv[KnownConfigNames.
UnixSocketPath
] = socketPath;
Projects\GuestAppHostProject.cs (2)
338
launchSettingsEnvVars[KnownConfigNames.
UnixSocketPath
] = backchannelSocketPath;
602
launchSettingsEnvVars[KnownConfigNames.
UnixSocketPath
] = backchannelSocketPath;