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