3 overrides of GetCheckOnlyValue
Microsoft.DotNet.Cli.Definitions (3)
Commands\New\NewUpdateCommandDefinition.cs (3)
57
public override bool
GetCheckOnlyValue
(ParseResult result)
66
public override bool
GetCheckOnlyValue
(ParseResult result)
75
public override bool
GetCheckOnlyValue
(ParseResult result)
1 reference to GetCheckOnlyValue
Microsoft.TemplateEngine.Cli (1)
Commands\update\UpdateCommandArgs.cs (1)
14
CheckOnly = definition.
GetCheckOnlyValue
(parseResult);