3 references to _projectsWithMatchingVersion
Microsoft.CodeAnalysis.Features (3)
AddPackage\InstallPackageDirectlyCodeActionOperation.cs (3)
53
_projectsWithMatchingVersion
.AddRange(otherProjects.Take(projectsToShow).Select(p => p.Name));
55
_projectsWithMatchingVersion
.Add("...");
62
? string.Format(FeaturesResources.Use_locally_installed_0_version_1_This_version_used_in_colon_2, _packageName, _versionOpt, string.Join(", ",
_projectsWithMatchingVersion
))