1 instantiation of NoOpWatchedFile
Microsoft.CodeAnalysis.Workspaces (1)
18 references to NoOpWatchedFile
Microsoft.CodeAnalysis.LanguageServer (3)
Microsoft.CodeAnalysis.LanguageServer.UnitTests (14)
DefaultFileChangeWatcherTests.cs (14)
78Assert.Same(NoOpWatchedFile.Instance, watchedFile);
93Assert.NotSame(NoOpWatchedFile.Instance, watchedFile);
106Assert.Same(NoOpWatchedFile.Instance, watchedFile);
121Assert.NotSame(NoOpWatchedFile.Instance, watchedFile);
137Assert.NotSame(NoOpWatchedFile.Instance, watcher1);
138Assert.NotSame(NoOpWatchedFile.Instance, watcher2);
154Assert.Same(NoOpWatchedFile.Instance, watchedFile);
186Assert.Same(NoOpWatchedFile.Instance, csWatcher);
187Assert.Same(NoOpWatchedFile.Instance, vbWatcher);
190Assert.NotSame(NoOpWatchedFile.Instance, txtWatcher);
207Assert.Same(NoOpWatchedFile.Instance, watchedFile);
223Assert.NotSame(NoOpWatchedFile.Instance, watchedFile);
238Assert.NotSame(NoOpWatchedFile.Instance, watchedFile);
254Assert.NotSame(NoOpWatchedFile.Instance, watcher2);
Microsoft.VisualStudio.LanguageServices (1)