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)
247
if (changedFilesAccumulator.Any(change => change.Kind is ChangeKind.Add or ChangeKind.
Delete
))
878
else if (item.Kind == ChangeKind.
Delete
)
917
Report(kind: ChangeKind.
Delete
);
938
ChangeKind.
Delete
=> "File deleted",
947
ChangeKind.
Delete
=> "Files deleted",