1 write to _sources
Microsoft.VisualStudio.LanguageServices (1)
TableDataSource\TableEntriesFactory.cs (1)
142_sources = new EntriesSourceCollections(primary);
10 references to _sources
Microsoft.VisualStudio.LanguageServices (10)
TableDataSource\TableEntriesFactory.cs (10)
146=> _sources.OnDataAddedOrChanged(data, _tableSource); 149=> _sources.OnDataRemoved(data, _tableSource); 153if (_sources.Primary != null) 155return _sources.Primary.GetItems(); 161_sources.GetSources() 173if (_sources.Primary != null) 175return _sources.Primary.GetTrackingPoints(items); 183if (_sources.Primary != null) 185return _tableSource.CreateSnapshot(_sources.Primary, version, items, trackingPoints); 190var source = _sources.GetSources().FirstOrDefault();