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