3 writes to RestoreGlobalProperties
Microsoft.DotNet.Cli.Utils (3)
MSBuildArgs.cs (3)
27RestoreGlobalProperties = restoreProperties; 321RestoreGlobalProperties = GlobalProperties; 333RestoreGlobalProperties = new(newdict);
15 references to RestoreGlobalProperties
dotnet (1)
Commands\Run\VirtualProjectBuildingCommand.cs (1)
322CreateProjectInstance(projectCollection, addGlobalProperties: AddRestoreGlobalProperties(MSBuildArgs.RestoreGlobalProperties)),
Microsoft.DotNet.Cli.Utils (14)
MSBuildArgs.cs (13)
144restoreProperties: RestoreGlobalProperties, 164RestoreGlobalProperties, 176RestoreGlobalProperties, 193RestoreGlobalProperties, 202if (RestoreGlobalProperties is null) 216var newRestoreProperties = new Dictionary<string, string>(RestoreGlobalProperties, StringComparer.OrdinalIgnoreCase); 240RestoreGlobalProperties, 253RestoreGlobalProperties, 270RestoreGlobalProperties, 287RestoreGlobalProperties, 301RestoreGlobalProperties, 319if (RestoreGlobalProperties is null) 329foreach (var restoreKvp in RestoreGlobalProperties)
MSBuildForwardingAppWithoutLogging.cs (1)
102.. msbuildArgs.RestoreGlobalProperties?.Select(kvp => EmitProperty(kvp, "restoreProperty")) ?? [],