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)
100
Debug.Assert(
_snapshotBuilder
.Count == 0);
113
_snapshotBuilder
.Add(filePath, currentWriteTime);
118
if (!
_snapshotBuilder
.ContainsKey(filePath))
127
(_snapshotBuilder, _currentSnapshot) = (_currentSnapshot,
_snapshotBuilder
);
130
_snapshotBuilder
.Clear();