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