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))