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)
89
Debug.Assert(
_currentSnapshot
.Count == 0);
93
_currentSnapshot
.Add(filePath, writeTime);
104
if (!
_currentSnapshot
.TryGetValue(filePath, out var snapshotWriteTime))
116
foreach (var (filePath, _) in
_currentSnapshot
)
127
(_snapshotBuilder, _currentSnapshot) = (
_currentSnapshot
, _snapshotBuilder);