4 writes to _filters
Microsoft.VisualStudio.LanguageServices (4)
ProjectSystem\FileChangeWatcher.cs (4)
149
_filters
= filters.NullToEmpty();
169
_filters
= ImmutableArray<string>.Empty;
181
_filters
= ImmutableArray<string>.Empty;
196
_filters
= ImmutableArray<string>.Empty;
2 references to _filters
Microsoft.VisualStudio.LanguageServices (2)
ProjectSystem\FileChangeWatcher.cs (2)
309
if (
_filters
.Length > 0)
310
await service.FilterDirectoryChangesAsync(cookie,
_filters
.ToArray(), cancellationToken).ConfigureAwait(false);