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