6 references to GetPropertyOption
dotnet (6)
Commands\Build\BuildCommandParser.cs (1)
95
command.Options.Add(CommonOptions.
GetPropertyOption
);
Commands\Clean\CleanCommandParser.cs (1)
63
command.Options.Add(CommonOptions.
GetPropertyOption
);
Commands\CommandFactory.cs (1)
31
CommonOptions.
GetPropertyOption
,
Commands\Pack\PackCommandParser.cs (1)
111
command.Options.Add(CommonOptions.
GetPropertyOption
);
Commands\Publish\PublishCommandParser.cs (1)
93
command.Options.Add(CommonOptions.
GetPropertyOption
);
Commands\Restore\RestoreCommandParser.cs (1)
77
command.Options.Add(CommonOptions.
GetPropertyOption
);