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