3 writes to LaunchEnvironmentVariables
dotnet-watch (1)
CommandLine\CommandLineOptions.cs (1)
411LaunchEnvironmentVariables = [],
Microsoft.DotNet.HotReload.Watch (2)
Aspire\AspireServiceFactory.cs (1)
247LaunchEnvironmentVariables = projectLaunchInfo.Environment?.Select(e => (e.Key, e.Value))?.ToArray() ?? [],
HotReload\HotReloadDotNetWatcher.cs (1)
182LaunchEnvironmentVariables = [.. mainProjectOptions.LaunchEnvironmentVariables, .. runtimeProcessLauncher.GetEnvironmentVariables()]
2 references to LaunchEnvironmentVariables
Microsoft.DotNet.HotReload.Watch (2)
HotReload\HotReloadDotNetWatcher.cs (1)
182LaunchEnvironmentVariables = [.. mainProjectOptions.LaunchEnvironmentVariables, .. runtimeProcessLauncher.GetEnvironmentVariables()]
HotReload\RunningProjectsManager.cs (1)
79clients.InitiateConnection(projectOptions.LaunchEnvironmentVariables, processCommunicationCancellationToken);