提交 7e544b05 编写于 作者: C Cyrus Najmabadi

Remove unused parameter

上级 23df7a5b
......@@ -64,7 +64,7 @@ internal abstract partial class AbstractAddPackageCodeFixProvider : CodeFixProvi
var sortedPackages = await FindMatchingPackagesAsync(
packageSource, symbolSearchService,
installerService, assemblyNames, cancellationToken).ConfigureAwait(false);
assemblyNames, cancellationToken).ConfigureAwait(false);
foreach (var package in sortedPackages)
{
......@@ -81,7 +81,6 @@ internal abstract partial class AbstractAddPackageCodeFixProvider : CodeFixProvi
private async Task<ImmutableArray<PackageWithAssemblyResult>> FindMatchingPackagesAsync(
PackageSource source,
ISymbolSearchService searchService,
IPackageInstallerService installerService,
ISet<string> assemblyNames,
CancellationToken cancellationToken)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册