2 writes to _subscriptions
Microsoft.VisualStudio.LanguageServices (2)
TableDataSource\AbstractTableDataSource.cs (2)
40_subscriptions = ImmutableArray<SubscriptionWithoutLock>.Empty; 413var registered = ImmutableInterlocked.InterlockedCompareExchange(ref _source._subscriptions, @new, current);
8 references to _subscriptions
Microsoft.VisualStudio.LanguageServices (8)
TableDataSource\AbstractTableDataSource.cs (8)
63snapshot = _subscriptions; 81var snapshot = _subscriptions; 100snapshot = _subscriptions; 205snapshot = _subscriptions; 239snapshot = _subscriptions; 300snapshot = _subscriptions; 336get { return _subscriptions.Length; } 409var current = _source._subscriptions;