2 references to GetSourceLocations
Microsoft.CodeAnalysis.Features (2)
FindUsages\DefinitionItemFactory.cs (2)
49var sourceLocations = GetSourceLocations(definition, locations, solution, includeHiddenLocations); 69var sourceLocations = GetSourceLocations(definition, definition.Locations, solution, includeHiddenLocations);