5 references to CreatePropertyOption
dotnet-aot (1)
parent\dotnet\Commands\MSBuild\MSBuildForwardingApp.cs (1)
77MSBuildArgs.AnalyzeMSBuildArguments(rawMSBuildArgs.ToArray(), CommonOptions.CreatePropertyOption(), CommonOptions.CreateRestorePropertyOption(), CommonOptions.CreateMSBuildTargetOption(), CommonOptions.CreateVerbosityOption(), CommonOptions.CreateNoLogoOption()),
Microsoft.DotNet.Cli.Definitions (4)
Commands\Run\RunCommandDefinition.cs (1)
32public readonly Option<ReadOnlyDictionary<string, string>?> PropertyOption = CommonOptions.CreatePropertyOption();
Commands\Test\TestCommandDefinition.MicrosoftTestingPlatform.cs (1)
110public readonly Option<ReadOnlyDictionary<string, string>?> PropertiesOption = CommonOptions.CreatePropertyOption();
Commands\Test\TestCommandDefinition.VSTest.cs (1)
133public readonly Option<ReadOnlyDictionary<string, string>?> PropertiesOption = CommonOptions.CreatePropertyOption();
Common\ImplicitRestoreOptions.cs (1)
83PropertiesOption = CommonOptions.CreatePropertyOption();