1 write to _maxWatcherCount
Microsoft.CodeAnalysis.LanguageServer (1)
HostWorkspace\FileWatching\DefaultFileChangeWatcher.cs (1)
44_maxWatcherCount = maxWatcherCount;
2 references to _maxWatcherCount
Microsoft.CodeAnalysis.LanguageServer (2)
HostWorkspace\FileWatching\DefaultFileChangeWatcher.cs (2)
206if (_currentWatcherCount < _maxWatcherCount) 248Contract.ThrowIfFalse(_currentWatcherCount <= _maxWatcherCount);