1 instantiation of NoOpWatchedFile
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\ProjectSystem\IFileChangeWatcher.cs (1)
103public static readonly IWatchedFile Instance = new NoOpWatchedFile();
3 references to NoOpWatchedFile
Microsoft.CodeAnalysis.LanguageServer (2)
HostWorkspace\FileWatching\LspFileChangeWatcher.cs (1)
142return NoOpWatchedFile.Instance;
HostWorkspace\FileWatching\SimpleFileChangeWatcher.cs (1)
74return NoOpWatchedFile.Instance;
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\FileChangeWatcher.cs (1)
397return NoOpWatchedFile.Instance;