2 instantiations of RestoredCommandIdentifier
dotnet-aot (2)
src\sdk\src\Cli\dotnet\CommandFactory\CommandResolution\LocalToolsCommandResolver.cs (1)
78new RestoredCommandIdentifier(
src\sdk\src\Cli\dotnet\ToolPackage\LocalToolsResolverCache.cs (1)
141new(
17 references to RestoredCommandIdentifier
dotnet-aot (17)
src\sdk\src\Cli\dotnet\ToolPackage\ILocalToolsResolverCache.cs (2)
11IDictionary<RestoredCommandIdentifier, ToolCommand> restoredCommandMap); 14RestoredCommandIdentifier restoredCommandIdentifier,
src\sdk\src\Cli\dotnet\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 =
src\sdk\src\Cli\dotnet\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)