1 instantiation of SingleProjectInfo
dotnet (1)
CommandFactory\CommandResolution\MSBuildProject.cs (1)
139var tools = toolsReferences.Select(t => new SingleProjectInfo(t.EvaluatedInclude, t.GetMetadataValue("Version"), []));
11 references to SingleProjectInfo
dotnet (11)
CommandFactory\CommandResolution\IProject.cs (1)
17IEnumerable<SingleProjectInfo> GetTools();
CommandFactory\CommandResolution\MSBuildProject.cs (1)
136public IEnumerable<SingleProjectInfo> GetTools()
CommandFactory\CommandResolution\ProjectToolsCommandResolver.cs (9)
71IEnumerable<SingleProjectInfo> toolsLibraries, 81foreach (var toolLibrary in toolsLibraries) 103SingleProjectInfo toolLibraryRange, 215SingleProjectInfo toolLibrary, 240SingleProjectInfo toolLibrary, 268SingleProjectInfo toolLibrary, 281SingleProjectInfo toolLibrary, 305SingleProjectInfo toolLibrary, 318SingleProjectInfo toolLibrary,