1 write to _packageName
Microsoft.CodeAnalysis.Features (1)
AddPackage\InstallPackageDirectlyCodeActionOperation.cs (1)
43
_packageName
= packageName;
4 references to _packageName
Microsoft.CodeAnalysis.Features (4)
AddPackage\InstallPackageDirectlyCodeActionOperation.cs (4)
60
? string.Format(FeaturesResources.Find_and_install_latest_version_of_0,
_packageName
)
62
? string.Format(FeaturesResources.Use_locally_installed_0_version_1_This_version_used_in_colon_2,
_packageName
, _versionOpt, string.Join(", ", _projectsWithMatchingVersion))
63
: string.Format(FeaturesResources.Install_0_1,
_packageName
, _versionOpt);
71
workspace, _document.Id, _source,
_packageName
,