5 instantiations of RestoredCommandIdentifier
dotnet (5)
CommandFactory\CommandResolution\LocalToolsCommandResolver.cs (1)
78new RestoredCommandIdentifier(
Commands\Tool\Install\LocalToolsResolverCacheExtensions.cs (1)
38[new RestoredCommandIdentifier(
Commands\Tool\Restore\ToolPackageRestorer.cs (2)
91(new RestoredCommandIdentifier( 123var sampleRestoredCommandIdentifierOfThePackage = new RestoredCommandIdentifier(
ToolPackage\LocalToolsResolverCache.cs (1)
141new(
25 references to RestoredCommandIdentifier
dotnet (25)
Commands\Tool\Execute\ToolExecuteCommand.cs (1)
93localToolsResolverCache.Save(new Dictionary<RestoredCommandIdentifier, ToolCommand>
Commands\Tool\Install\LocalToolsResolverCacheExtensions.cs (1)
36new Dictionary<RestoredCommandIdentifier, ToolCommand>
Commands\Tool\Restore\ToolPackageRestorer.cs (1)
123var sampleRestoredCommandIdentifierOfThePackage = new RestoredCommandIdentifier(
Commands\Tool\Restore\ToolRestoreCommand.cs (5)
117Dictionary<RestoredCommandIdentifier, ToolCommand> downloaded = 196private static void EnsureNoCommandNameCollision(Dictionary<RestoredCommandIdentifier, ToolCommand> dictionary) 219public (RestoredCommandIdentifier restoredCommandIdentifier, ToolCommand toolCommand)? SaveToCache { get; } 225(RestoredCommandIdentifier, ToolCommand)? saveToCache, 240(RestoredCommandIdentifier, ToolCommand)? saveToCache,
ToolPackage\ILocalToolsResolverCache.cs (2)
11IDictionary<RestoredCommandIdentifier, ToolCommand> restoredCommandMap); 14RestoredCommandIdentifier restoredCommandIdentifier,
ToolPackage\LocalToolsResolverCache.cs (7)
33IDictionary<RestoredCommandIdentifier, ToolCommand> restoredCommandMap) 72RestoredCommandIdentifier restoredCommandIdentifier, 119RestoredCommandIdentifier restoredCommandIdentifier, 134(RestoredCommandIdentifier restoredCommandIdentifier, 140RestoredCommandIdentifier restoredCommandIdentifier = 158RestoredCommandIdentifier restoredCommandIdentifier, 162(RestoredCommandIdentifier restoredCommandIdentifier, ToolCommand toolCommand)[] matchingRow =
ToolPackage\RestoredCommandIdentifier.cs (8)
20ToolCommandName commandName) : IEquatable<RestoredCommandIdentifier> 28public bool Equals(RestoredCommandIdentifier other) 44return Equals(obj as RestoredCommandIdentifier); 53public static bool operator ==(RestoredCommandIdentifier id1, RestoredCommandIdentifier id2) 55return EqualityComparer<RestoredCommandIdentifier>.Default.Equals(id1, id2); 58public static bool operator !=(RestoredCommandIdentifier id1, RestoredCommandIdentifier id2)