4 references to _locations
Microsoft.CodeAnalysis.Features (4)
CodeLens\CodeLensFindReferenceProgress.cs (4)
47
public int ReferencesCount =>
_locations
.Count;
49
public ImmutableArray<Location> Locations => [..
_locations
];
100
_locations
.AddRange(locations.Where(location => location.IsInSource));
135
_locations
.Add(location.Location);