1 write to _locations
Microsoft.CodeAnalysis.Features (1)
CodeLens\CodeLensFindReferenceProgress.cs (1)
58
_locations
= new ConcurrentSet<Location>(LocationComparer.Instance);
4 references to _locations
Microsoft.CodeAnalysis.Features (4)
CodeLens\CodeLensFindReferenceProgress.cs (4)
45
public int ReferencesCount =>
_locations
.Count;
47
public ImmutableArray<Location> Locations =>
_locations
.ToImmutableArray();
112
_locations
.AddRange(locations.Where(location => location.IsInSource));
147
_locations
.Add(location.Location);