18 references to CreatePropertyOption
dotnet (13)
CommandFactory\CommandResolution\ProjectToolsCommandResolver.cs (1)
391
CommonOptions.
CreatePropertyOption
(),
Commands\Build\BuildCommand.cs (1)
49
CommonOptions.
CreatePropertyOption
(),
Commands\Clean\CleanCommand.cs (1)
40
CommonOptions.
CreatePropertyOption
(),
Commands\MSBuild\MSBuildCommand.cs (1)
16
CommonOptions.
CreatePropertyOption
(),
Commands\MSBuild\MSBuildForwardingApp.cs (1)
76
MSBuildArgs.AnalyzeMSBuildArguments(rawMSBuildArgs.ToArray(), CommonOptions.
CreatePropertyOption
(), CommonOptions.CreateRestorePropertyOption(), CommonOptions.CreateMSBuildTargetOption(), CommonOptions.CreateVerbosityOption(), CommonOptions.CreateNoLogoOption()),
Commands\Pack\PackCommand.cs (1)
57
CommonOptions.
CreatePropertyOption
(),
Commands\Publish\PublishCommand.cs (1)
63
CommonOptions.
CreatePropertyOption
(),
Commands\Restore\RestoreCommand.cs (1)
47
CommonOptions.
CreatePropertyOption
(),
Commands\Run\RunCommand.cs (1)
888
CommonOptions.
CreatePropertyOption
(),
Commands\Test\MTP\MSBuildUtility.cs (2)
45
var msbuildArgs = MSBuildArgs.AnalyzeMSBuildArguments(buildOptions.MSBuildArgs, CommonOptions.
CreatePropertyOption
(), CommonOptions.CreateRestorePropertyOption(), CommonOptions.CreateMSBuildTargetOption(), CommonOptions.CreateVerbosityOption(), CommonOptions.CreateNoLogoOption());
375
CommonOptions.
CreatePropertyOption
(),
Commands\Test\MTP\SolutionAndProjectUtility.cs (1)
29
CommonOptions.
CreatePropertyOption
(),
Commands\Test\VSTest\TestCommand.cs (1)
246
CommonOptions.
CreatePropertyOption
(),
dotnet-aot (1)
src\sdk\src\Cli\dotnet\Commands\MSBuild\MSBuildForwardingApp.cs (1)
76
MSBuildArgs.AnalyzeMSBuildArguments(rawMSBuildArgs.ToArray(), CommonOptions.
CreatePropertyOption
(), CommonOptions.CreateRestorePropertyOption(), CommonOptions.CreateMSBuildTargetOption(), CommonOptions.CreateVerbosityOption(), CommonOptions.CreateNoLogoOption()),
Microsoft.DotNet.Cli.Definitions (4)
Commands\Run\RunCommandDefinition.cs (1)
32
public readonly Option<ReadOnlyDictionary<string, string>?> PropertyOption = CommonOptions.
CreatePropertyOption
();
Commands\Test\TestCommandDefinition.MicrosoftTestingPlatform.cs (1)
110
public readonly Option<ReadOnlyDictionary<string, string>?> PropertiesOption = CommonOptions.
CreatePropertyOption
();
Commands\Test\TestCommandDefinition.VSTest.cs (1)
133
public readonly Option<ReadOnlyDictionary<string, string>?> PropertiesOption = CommonOptions.
CreatePropertyOption
();
Common\ImplicitRestoreOptions.cs (1)
83
PropertiesOption = CommonOptions.
CreatePropertyOption
();