5 references to PackageSourceHelper
Microsoft.CodeAnalysis.Features (5)
AddImport\SymbolReferenceFinder_PackageAssemblySearch.cs (1)
74var packageSources = PackageSourceHelper.GetPackageSources(_packageSources);
AddPackage\AbstractAddPackageCodeFixProvider.cs (1)
50var packageSources = PackageSourceHelper.GetPackageSources(installerService.TryGetPackageSources());
AddPackage\ParentInstallPackageCodeAction.cs (1)
20/// cref="PackageSourceHelper.NugetOrg"/> ("nuget.org"). Can be <see langword="null"/> to use the users configured
SymbolSearch\Windows\SymbolSearchUpdateEngine.cs (1)
157if (!_sourceToDatabase.TryGetValue(PackageSourceHelper.NugetOrgSourceName, out var databaseWrapper))
SymbolSearch\Windows\SymbolSearchUpdateEngine.Update.cs (1)
111if (_source != PackageSourceHelper.NugetOrgSourceName)