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)
58
var items =
_entriesSources
.GetItems();
79
var items =
_entriesSources
.GetItems();
90
_entriesSources
.OnDataAddedOrChanged(data);
99
return
_entriesSources
.OnDataRemoved(data);
126
var snapshot =
_entriesSources
.CreateSnapshot(version, items,
_entriesSources
.GetTrackingPoints(items));