5 references to CreatePropertyOption
dotnet-aot (1)
parent\dotnet\Commands\MSBuild\MSBuildForwardingApp.cs (1)
77
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
();