1 write to _entriesSources
Microsoft.VisualStudio.LanguageServices (1)
TableDataSource\TableEntriesFactory.cs (1)
34_entriesSources = new AggregatedEntriesSource(threadingContext, _tableSource, entriesSource);
6 references to _entriesSources
Microsoft.VisualStudio.LanguageServices (6)
TableDataSource\TableEntriesFactory.cs (6)
58var items = _entriesSources.GetItems(); 79var items = _entriesSources.GetItems(); 90_entriesSources.OnDataAddedOrChanged(data); 99return _entriesSources.OnDataRemoved(data); 126var snapshot = _entriesSources.CreateSnapshot(version, items, _entriesSources.GetTrackingPoints(items));