2 references to _sharedRootWatchers
Microsoft.CodeAnalysis.LanguageServer (2)
HostWorkspace\FileWatching\DefaultFileChangeWatcher.cs (2)
37
var rootWatcher =
_sharedRootWatchers
.GetOrCreate<object?>(rootPath, static (key, _) => new FileSystemWatcher(key), arg: null);
68
=> ReferenceCountedDisposableCache<string, FileSystemWatcher>.TestAccessor.GetCacheKeys(watcher.
_sharedRootWatchers
);