6 references to GetRootFileWatchers
Microsoft.CodeAnalysis.LanguageServer.UnitTests (6)
DefaultFileChangeWatcherTests.cs (6)
25
Assert.Empty(DefaultFileChangeWatcher.FileChangeContext.TestAccessor.
GetRootFileWatchers
((DefaultFileChangeWatcher.FileChangeContext)context));
36
Assert.Single(DefaultFileChangeWatcher.FileChangeContext.TestAccessor.
GetRootFileWatchers
((DefaultFileChangeWatcher.FileChangeContext)context));
47
Assert.Empty(DefaultFileChangeWatcher.FileChangeContext.TestAccessor.
GetRootFileWatchers
((DefaultFileChangeWatcher.FileChangeContext)context));
64
Assert.Single(DefaultFileChangeWatcher.FileChangeContext.TestAccessor.
GetRootFileWatchers
((DefaultFileChangeWatcher.FileChangeContext)context));
578
Assert.Single(DefaultFileChangeWatcher.FileChangeContext.TestAccessor.
GetRootFileWatchers
((DefaultFileChangeWatcher.FileChangeContext)context1));
579
Assert.Single(DefaultFileChangeWatcher.FileChangeContext.TestAccessor.
GetRootFileWatchers
((DefaultFileChangeWatcher.FileChangeContext)context2));