2 references to GetSymbolLocation
Microsoft.CodeAnalysis.Features (2)
NavigationBar\AbstractNavigationBarItemService.cs (2)
46
return
GetSymbolLocation
(solution, symbol, tree, computeFullSpan, symbol.DeclaringSyntaxReferences);
93
return
GetSymbolLocation
(solution, symbol, tree, r => r.GetSyntax().FullSpan, symbolDeclarationService.GetDeclarations(symbol));