5 writes to LaunchEnvironmentVariables
dotnet-watch (1)
CommandLine\CommandLineOptions.cs (1)
375
LaunchEnvironmentVariables
= [],
dotnet-watch.Tests (1)
HotReload\RuntimeProcessLauncherTests.cs (1)
68
LaunchEnvironmentVariables
= [],
Microsoft.DotNet.HotReload.Watch (2)
Aspire\AspireServiceFactory.cs (1)
229
LaunchEnvironmentVariables
= projectLaunchInfo.Environment?.Select(e => (e.Key, e.Value))?.ToArray() ?? [],
HotReload\HotReloadDotNetWatcher.cs (1)
127
LaunchEnvironmentVariables
= [.. rootProjectOptions.LaunchEnvironmentVariables, .. launcherEnvironment]
Microsoft.DotNet.HotReload.Watch.Aspire (1)
DotNetWatchLauncher.cs (1)
39
LaunchEnvironmentVariables
= [],
2 references to LaunchEnvironmentVariables
Microsoft.DotNet.HotReload.Watch (2)
HotReload\HotReloadDotNetWatcher.cs (1)
127
LaunchEnvironmentVariables = [.. rootProjectOptions.
LaunchEnvironmentVariables
, .. launcherEnvironment]
Process\ProjectLauncher.cs (1)
85
foreach (var (name, value) in projectOptions.
LaunchEnvironmentVariables
)