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