1 instantiation of CompletionsCommand
dotnet (1)
Parser.cs (1)
92new System.CommandLine.StaticCompletions.CompletionsCommand()
2 references to CompletionsCommand
dotnet.Tests (2)
CompletionTests\DotnetCliSnapshotTests.cs (2)
17var provider = CompletionsCommand.DefaultShells.Single(x => x.ArgumentName == shellName); 34public static IEnumerable<object[]> ShellNames = CompletionsCommand.DefaultShells.Select<IShellProvider, object[]>(x => [x.ArgumentName]);