3 references to The_symbol_0_cannot_be_located_within_the_current_solution
Microsoft.CodeAnalysis.Workspaces (1)
Editing\SymbolEditor.cs (1)
275throw new ArgumentException(string.Format(WorkspacesResources.The_symbol_0_cannot_be_located_within_the_current_solution, argSymbol.Name));
Microsoft.VisualStudio.LanguageServices (2)
CallHierarchy\Finders\AbstractCallFinder.cs (2)
98throw new Exception(string.Format(WorkspacesResources.The_symbol_0_cannot_be_located_within_the_current_solution, SymbolName)); 108throw new Exception(string.Format(WorkspacesResources.The_symbol_0_cannot_be_located_within_the_current_solution, SymbolName));