1 write to GetProperty
Microsoft.DotNet.Cli.Utils (1)
MSBuildArgs.cs (1)
29GetProperty = getProperty;
15 references to GetProperty
dotnet (4)
Commands\Run\VirtualProjectBuildingCommand.cs (4)
185bool msbuildGet = MSBuildArgs.GetProperty is [_, ..] || MSBuildArgs.GetItem is [_, ..] || MSBuildArgs.GetTargetResult is [_, ..]; 510if (MSBuildArgs is { GetProperty: [{ } singlePropertyName], GetItem: null or [], GetTargetResult: null or [] }) 530if (MSBuildArgs.GetProperty is [_, ..]) 535foreach (var propertyName in MSBuildArgs.GetProperty)
Microsoft.DotNet.Cli.Utils (11)
MSBuildArgs.cs (11)
146getProperty: GetProperty, 166GetProperty, 178GetProperty, 195GetProperty, 208GetProperty, 225GetProperty, 242GetProperty, 255GetProperty, 272GetProperty, 289GetProperty, 303GetProperty,