4 writes to _paths
Microsoft.VisualStudio.LanguageServices (4)
ProjectSystem\FileChangeWatcher.cs (4)
148_paths = new OneOrMany<string>(directory); 163_paths = files; 185_paths = OneOrMany<string>.Empty; 200_paths = OneOrMany<string>.Empty;
3 references to _paths
Microsoft.VisualStudio.LanguageServices (3)
ProjectSystem\FileChangeWatcher.cs (3)
304Contract.ThrowIfTrue(_paths.Count != 1); 306var cookie = await service.AdviseDirChangeAsync(_paths[0], watchSubdirectories: true, _sink, cancellationToken).ConfigureAwait(false); 315var cookies = await service.AdviseFileChangesAsync(_paths.ToImmutable(), _fileChangeFlags, _sink, cancellationToken).ConfigureAwait(false);