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)
206
if (_currentWatcherCount <
_maxWatcherCount
)
248
Contract.ThrowIfFalse(_currentWatcherCount <=
_maxWatcherCount
);