3 writes to IsDynamic
dotnet (1)
Commands\Reference\ReferenceCommandParser.cs (1)
27
projectPathArgument.
IsDynamic
= true;
Microsoft.DotNet.Cli.Definitions (2)
Common\CommonArguments.cs (2)
22
IsDynamic
= true
31
IsDynamic
= true
7 references to IsDynamic
System.CommandLine.StaticCompletions (7)
CompletionsCommandParser.cs (1)
60
command.Arguments.Any(a => !a.Hidden && a.
IsDynamic
) ||
shells\BashShellProvider.cs (1)
134
if (argument.
IsDynamic
)
shells\FishShellProvider.cs (1)
343
if (arg.
IsDynamic
)
shells\PowershellShellProvider.cs (2)
124
if (argument.
IsDynamic
)
215
if (command.Arguments.Any(argument => argument.
IsDynamic
))
shells\ZshShellProvider.cs (2)
130
if (arg.
IsDynamic
)
321
if (arg.
IsDynamic
)