1 write to _source
Microsoft.VisualStudio.LanguageServices (1)
TableDataSource\AbstractTableDataSource.cs (1)
346
_source
= source;
4 references to _source
Microsoft.VisualStudio.LanguageServices (4)
TableDataSource\AbstractTableDataSource.cs (4)
391
foreach (var provider in
_source
._map.Values)
396
IsStable =
_source
.IsStable;
409
var current =
_source
._subscriptions;
413
var registered = ImmutableInterlocked.InterlockedCompareExchange(ref
_source
._subscriptions, @new, current);