1 instantiation of IndividualWatchedFile
Microsoft.CodeAnalysis.LanguageServer (1)
HostWorkspace\FileWatching\SimpleFileChangeWatcher.cs (1)
76var individualWatchedFile = new IndividualWatchedFile(filePath, this);
2 references to IndividualWatchedFile
Microsoft.CodeAnalysis.LanguageServer (2)
HostWorkspace\FileWatching\SimpleFileChangeWatcher.cs (2)
31private readonly ConcurrentSet<IndividualWatchedFile> _individualWatchedFiles = []; 76var individualWatchedFile = new IndividualWatchedFile(filePath, this);