11 references to RestartOperation
Microsoft.DotNet.HotReload.Watch (11)
HotReload\RunningProjectsManager.cs (8)
35
/// The <see cref="
RestartOperation
"/> of the project instance is added whenever a process crashes (terminated with non-zero exit code)
40
private ImmutableDictionary<string, ImmutableArray<
RestartOperation
>> _activeProjectRelaunchOperations
41
= ImmutableDictionary<string, ImmutableArray<
RestartOperation
>>.Empty.WithComparers(PathUtilities.OSSpecificPathComparer);
57
RestartOperation
restartOperation,
247
IReadOnlyList<
RestartOperation
> relaunchOperations;
273
foreach (
var
relaunchOperation in relaunchOperations)
442
private IReadOnlyList<
RestartOperation
> GetRelaunchOperations_NoLock(IReadOnlyList<ChangedFile> changedFiles, LoadedProjectGraph projectGraph)
449
var relaunchOperations = new List<
RestartOperation
>();
Process\ProjectLauncher.cs (1)
36
RestartOperation
restartOperation,
Process\RunningProject.cs (2)
26
RestartOperation
restartOperation,
108
public
RestartOperation
GetRelaunchOperation()