4 references to UnixSocketPath
aspire (4)
DotNet\DotNetCliRunner.cs (2)
110
env?.TryGetValue(KnownConfigNames.
UnixSocketPath
, out socketPath);
456
finalEnv[KnownConfigNames.
UnixSocketPath
] = socketPath;
Projects\GuestAppHostProject.cs (2)
347
launchSettingsEnvVars[KnownConfigNames.
UnixSocketPath
] = backchannelSocketPath;
606
launchSettingsEnvVars[KnownConfigNames.
UnixSocketPath
] = backchannelSocketPath;