3 writes to RestoreGlobalProperties
Microsoft.DotNet.Cli.Utils (3)
MSBuildArgs.cs (3)
29RestoreGlobalProperties = restoreProperties; 370RestoreGlobalProperties = GlobalProperties; 382RestoreGlobalProperties = new(newdict);
16 references to RestoreGlobalProperties
dotnet (1)
Commands\Run\VirtualProjectBuildingCommand.cs (1)
324CreateProjectInstance(projectCollection, addGlobalProperties: AddRestoreGlobalProperties(MSBuildArgs.RestoreGlobalProperties)),
Microsoft.DotNet.Cli.Utils (15)
MSBuildArgs.cs (14)
167restoreProperties: RestoreGlobalProperties, 188RestoreGlobalProperties, 201RestoreGlobalProperties, 219RestoreGlobalProperties, 229if (RestoreGlobalProperties is null) 244var newRestoreProperties = new Dictionary<string, string>(RestoreGlobalProperties, StringComparer.OrdinalIgnoreCase); 269RestoreGlobalProperties, 283RestoreGlobalProperties, 301RestoreGlobalProperties, 319RestoreGlobalProperties, 334RestoreGlobalProperties, 349RestoreGlobalProperties, 368if (RestoreGlobalProperties is null) 378foreach (var restoreKvp in RestoreGlobalProperties)
MSBuildForwardingAppWithoutLogging.cs (1)
95.. msbuildArgs.RestoreGlobalProperties?.Select(kvp => EmitProperty(kvp, "restoreProperty")) ?? [],