1 write to _snapshotBuilder
Microsoft.DotNet.HotReload.Watch (1)
FileWatcher\PollingDirectoryWatcher.cs (1)
124
(
_snapshotBuilder
, _currentSnapshot) = (_currentSnapshot, _snapshotBuilder);
5 references to _snapshotBuilder
Microsoft.DotNet.HotReload.Watch (5)
FileWatcher\PollingDirectoryWatcher.cs (5)
97
Debug.Assert(
_snapshotBuilder
.Count == 0);
110
_snapshotBuilder
.Add(filePath, currentWriteTime);
115
if (!
_snapshotBuilder
.ContainsKey(filePath))
124
(_snapshotBuilder, _currentSnapshot) = (_currentSnapshot,
_snapshotBuilder
);
127
_snapshotBuilder
.Clear();