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