4 writes to _paths
Microsoft.VisualStudio.LanguageServices (4)
ProjectSystem\FileChangeWatcher.cs (4)
149_paths = new OneOrMany<string>(directory); 164_paths = files; 186_paths = OneOrMany<string>.Empty; 201_paths = OneOrMany<string>.Empty;
3 references to _paths
Microsoft.VisualStudio.LanguageServices (3)
ProjectSystem\FileChangeWatcher.cs (3)
305Contract.ThrowIfTrue(_paths.Count != 1); 307var cookie = await service.AdviseDirChangeAsync(_paths[0], watchSubdirectories: true, _sink, cancellationToken).ConfigureAwait(false); 316var cookies = await service.AdviseFileChangesAsync(_paths.ToImmutable(), _fileChangeFlags, _sink, cancellationToken).ConfigureAwait(false);