1 write to _projectsWithMatchingVersion
Microsoft.CodeAnalysis.Features (1)
AddPackage\InstallPackageDirectlyCodeActionOperation.cs (1)
56
_projectsWithMatchingVersion
= otherProjects.Take(projectsToShow).Select(p => p.Name).ToList();
2 references to _projectsWithMatchingVersion
Microsoft.CodeAnalysis.Features (2)
AddPackage\InstallPackageDirectlyCodeActionOperation.cs (2)
59
_projectsWithMatchingVersion
.Add("...");
67
? string.Format(FeaturesResources.Use_locally_installed_0_version_1_This_version_used_in_colon_2, _packageName, _versionOpt, string.Join(", ",
_projectsWithMatchingVersion
))