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)
304
Contract.ThrowIfTrue(
_paths
.Count != 1);
306
var cookie = await service.AdviseDirChangeAsync(
_paths
[0], watchSubdirectories: true, _sink, cancellationToken).ConfigureAwait(false);
315
var cookies = await service.AdviseFileChangesAsync(
_paths
.ToImmutable(), _fileChangeFlags, _sink, cancellationToken).ConfigureAwait(false);