2 overrides of GetProjectOption
Microsoft.DotNet.Cli.Definitions (2)
Commands\Hidden\List\ListReferenceCommandDefinition.cs (1)
23
internal override Option<string?>?
GetProjectOption
() => null;
Commands\Reference\ReferenceListCommandDefinition.cs (1)
25
internal override Option<string?>?
GetProjectOption
() => Parent.ProjectOption;
1 reference to GetProjectOption
dotnet (1)
Commands\Reference\List\ReferenceListCommand.cs (1)
28
Definition.
GetProjectOption
(),