9 references to Update
Microsoft.DotNet.HotReload.Watch (9)
FileWatcher\ChangeKind.cs (1)
20
ChangeKind.
Update
=> HotReloadFileChangeKind.Update,
FileWatcher\EventBasedDirectoryWatcher.cs (1)
117
NotifyChange(e.FullPath, ChangeKind.
Update
);
FileWatcher\PollingDirectoryWatcher.cs (1)
107
_changesBuilder.TryAdd(filePath, ChangeKind.
Update
);
HotReload\HotReloadDotNetWatcher.cs (6)
346
var changeKind = changedPath.Kind == ChangeKind.Add ? ChangeKind.
Update
: changedPath.Kind;
856
lastUpdate ??= item with { Kind = ChangeKind.
Update
};
879
else if (item.Kind == ChangeKind.
Update
)
901
Report(kind: ChangeKind.
Update
);
921
ChangeKind.
Update
=> "File updated",
930
ChangeKind.
Update
=> "Files updated",