1 instantiation of NoOpWatchedFile
Microsoft.CodeAnalysis.Workspaces (1)
20 references to NoOpWatchedFile
Microsoft.CodeAnalysis.LanguageServer (3)
Microsoft.CodeAnalysis.LanguageServer.UnitTests (16)
DefaultFileChangeWatcherTests.cs (16)
126Assert.Same(NoOpWatchedFile.Instance, watchedFile);
141Assert.NotSame(NoOpWatchedFile.Instance, watchedFile);
156Assert.NotSame(NoOpWatchedFile.Instance, watchedFile);
170Assert.NotSame(NoOpWatchedFile.Instance, watchedFile);
187Assert.NotSame(NoOpWatchedFile.Instance, watchedFile1);
188Assert.NotSame(NoOpWatchedFile.Instance, watchedFile2);
208Assert.NotSame(NoOpWatchedFile.Instance, watcher1);
209Assert.NotSame(NoOpWatchedFile.Instance, watcher2);
225Assert.Same(NoOpWatchedFile.Instance, watchedFile);
255Assert.Same(NoOpWatchedFile.Instance, csWatcher);
256Assert.Same(NoOpWatchedFile.Instance, vbWatcher);
259Assert.NotSame(NoOpWatchedFile.Instance, txtWatcher);
276Assert.Same(NoOpWatchedFile.Instance, watchedFile);
292Assert.NotSame(NoOpWatchedFile.Instance, watchedFile);
307Assert.NotSame(NoOpWatchedFile.Instance, watchedFile);
323Assert.NotSame(NoOpWatchedFile.Instance, watcher2);
Microsoft.VisualStudio.LanguageServices (1)