10 references to Delete
Microsoft.DotNet.HotReload.Watch (10)
FileWatcher\ChangeKind.cs (1)
22
ChangeKind.
Delete
=> HotReloadFileChangeKind.Delete,
FileWatcher\EventBasedDirectoryWatcher.cs (3)
69
NotifyChange(oldLocation, ChangeKind.
Delete
);
75
NotifyChange(e.OldFullPath, ChangeKind.
Delete
);
97
NotifyChange(e.FullPath, ChangeKind.
Delete
);
FileWatcher\PollingDirectoryWatcher.cs (1)
117
_changesBuilder.TryAdd(filePath, ChangeKind.
Delete
);
HotReload\HotReloadDotNetWatcher.cs (5)
242
if (changedFilesAccumulator.Any(change => change.Kind is ChangeKind.Add or ChangeKind.
Delete
))
863
else if (item.Kind == ChangeKind.
Delete
)
902
Report(kind: ChangeKind.
Delete
);
923
ChangeKind.
Delete
=> "File deleted",
932
ChangeKind.
Delete
=> "Files deleted",