3 references to _location
Microsoft.CodeAnalysis.Features (3)
Navigation\NavigableItemFactory.SymbolLocationNavigableItem.cs (3)
50return (self._location.IsInSource && self._solution.GetDocument(self._location.SourceTree) is { } document) 58public TextSpan SourceSpan => _location.SourceSpan;