8 references to CommandNames
dotnet-aot (8)
parent\dotnet\Commands\Tool\List\ToolListLocalCommand.cs (2)
73p => string.Join(CommandDelimiter, p.toolManifestPackage.CommandNames.Select(c => c.Value))); 88Commands = [.. p.toolManifestPackage.CommandNames.Select(c => c.Value)],
parent\dotnet\ToolManifest\ToolManifestEditor.cs (1)
49&& CommandNamesEqual(existingPackage.CommandNames, toolCommandNames))
parent\dotnet\ToolManifest\ToolManifestFinder.cs (1)
116if (package.CommandNames.Contains(toolCommandName))
parent\dotnet\ToolManifest\ToolManifestPackage.cs (4)
41CommandNamesEqual(other.CommandNames) && 49if (CommandNames == null) 59return CommandNames.SequenceEqual(otherCommandNames); 63=> HashCode.Combine(PackageId, Version, CommandNames, RollForward);