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)
391foreach (var provider in _source._map.Values) 396IsStable = _source.IsStable; 409var current = _source._subscriptions; 413var registered = ImmutableInterlocked.InterlockedCompareExchange(ref _source._subscriptions, @new, current);