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)
346var changeKind = changedPath.Kind == ChangeKind.Add ? ChangeKind.Update : changedPath.Kind; 856lastUpdate ??= item with { Kind = ChangeKind.Update }; 879else if (item.Kind == ChangeKind.Update) 901Report(kind: ChangeKind.Update); 921ChangeKind.Update => "File updated", 930ChangeKind.Update => "Files updated",