We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76fe534 commit 5c005e8Copy full SHA for 5c005e8
src/Workspaces/Core/Portable/FindSymbols/SymbolFinder_Hierarchy.cs
@@ -331,9 +331,6 @@ public static async Task<IEnumerable<ISymbol>> FindImplementationsAsync(
331
if (solution == null)
332
throw new ArgumentNullException(nameof(solution));
333
334
- if (solution.GetOriginatingProjectId(symbol) == null)
335
- throw new ArgumentException(WorkspacesResources.Symbols_project_could_not_be_found_in_the_provided_solution, nameof(symbol));
336
-
337
// A symbol can only have implementations if it's an interface or a
338
// method/property/event from an interface.
339
if (symbol is INamedTypeSymbol namedTypeSymbol)
0 commit comments