1 write to _snapshotBuilder
dotnet-watch (1)
FileWatcher\PollingDirectoryWatcher.cs (1)
127(_snapshotBuilder, _currentSnapshot) = (_currentSnapshot, _snapshotBuilder);
5 references to _snapshotBuilder
dotnet-watch (5)
FileWatcher\PollingDirectoryWatcher.cs (5)
100Debug.Assert(_snapshotBuilder.Count == 0); 113_snapshotBuilder.Add(filePath, currentWriteTime); 118if (!_snapshotBuilder.ContainsKey(filePath)) 127(_snapshotBuilder, _currentSnapshot) = (_currentSnapshot, _snapshotBuilder); 130_snapshotBuilder.Clear();