1 write to _currentSnapshot
dotnet-watch (1)
FileWatcher\PollingDirectoryWatcher.cs (1)
127(_snapshotBuilder, _currentSnapshot) = (_currentSnapshot, _snapshotBuilder);
5 references to _currentSnapshot
dotnet-watch (5)
FileWatcher\PollingDirectoryWatcher.cs (5)
89Debug.Assert(_currentSnapshot.Count == 0); 93_currentSnapshot.Add(filePath, writeTime); 104if (!_currentSnapshot.TryGetValue(filePath, out var snapshotWriteTime)) 116foreach (var (filePath, _) in _currentSnapshot) 127(_snapshotBuilder, _currentSnapshot) = (_currentSnapshot, _snapshotBuilder);