11 references to PackageWithAssemblyResult
Microsoft.CodeAnalysis.Workspaces (11)
SymbolSearch\IRemoteSymbolSearchUpdateEngine.cs (1)
15ValueTask<ImmutableArray<PackageWithAssemblyResult>> FindPackagesWithAssemblyAsync(string source, string name, CancellationToken cancellationToken);
SymbolSearch\ISymbolSearchService.cs (9)
63ValueTask<ImmutableArray<PackageWithAssemblyResult>> FindPackagesWithAssemblyAsync( 111string version) : AbstractPackageResult(packageName, rank), IEquatable<PackageWithAssemblyResult?>, IComparable<PackageWithAssemblyResult?> 120=> Equals(obj as PackageWithAssemblyResult); 122public bool Equals(PackageWithAssemblyResult? other) 125public int CompareTo(PackageWithAssemblyResult? other) 133private static readonly ImmutableArray<Func<PackageWithAssemblyResult, IComparable>> s_comparers = 161public ValueTask<ImmutableArray<PackageWithAssemblyResult>> FindPackagesWithAssemblyAsync(string source, string assemblyName, CancellationToken cancellationToken) 162=> ValueTaskFactory.FromResult(ImmutableArray<PackageWithAssemblyResult>.Empty);
SymbolSearch\ISymbolSearchUpdateEngine.cs (1)
22ValueTask<ImmutableArray<PackageWithAssemblyResult>> FindPackagesWithAssemblyAsync(