2 references to CreateProjectOption
Microsoft.DotNet.Cli.Definitions (2)
Commands\Hidden\Add\AddReferenceCommandDefinition.cs (1)
14
public readonly Option<string?> ProjectOption = ReferenceCommandDefinition.
CreateProjectOption
();
Commands\Reference\ReferenceCommandDefinition.cs (1)
29
public readonly Option<string?> ProjectOption =
CreateProjectOption
();