6 references to Primary
Microsoft.VisualStudio.LanguageServices (6)
TableDataSource\TableEntriesFactory.cs (6)
153
if (_sources.
Primary
!= null)
155
return _sources.
Primary
.GetItems();
173
if (_sources.
Primary
!= null)
175
return _sources.
Primary
.GetTrackingPoints(items);
183
if (_sources.
Primary
!= null)
185
return _tableSource.CreateSnapshot(_sources.
Primary
, version, items, trackingPoints);