1 write to GetProperty
Microsoft.DotNet.Cli.Utils (1)
MSBuildArgs.cs (1)
31GetProperty = getProperty;
16 references to GetProperty
dotnet (4)
Commands\Run\VirtualProjectBuildingCommand.cs (4)
187bool msbuildGet = MSBuildArgs.GetProperty is [_, ..] || MSBuildArgs.GetItem is [_, ..] || MSBuildArgs.GetTargetResult is [_, ..]; 515if (MSBuildArgs is { GetProperty: [{ } singlePropertyName], GetItem: null or [], GetTargetResult: null or [] }) 535if (MSBuildArgs.GetProperty is [_, ..]) 540foreach (var propertyName in MSBuildArgs.GetProperty)
Microsoft.DotNet.Cli.Utils (12)
MSBuildArgs.cs (12)
169getProperty: GetProperty, 190GetProperty, 203GetProperty, 221GetProperty, 235GetProperty, 253GetProperty, 271GetProperty, 285GetProperty, 303GetProperty, 321GetProperty, 336GetProperty, 351GetProperty,