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