11 references to RestartOperation
Microsoft.DotNet.HotReload.Watch (11)
HotReload\CompilationHandler.cs (8)
39
/// The <see cref="
RestartOperation
"/> of the project instance is added whenever a process crashes (terminated with non-zero exit code)
44
private ImmutableDictionary<string, ImmutableArray<
RestartOperation
>> _activeProjectRelaunchOperations
45
= ImmutableDictionary<string, ImmutableArray<
RestartOperation
>>.Empty.WithComparers(PathUtilities.OSSpecificPathComparer);
128
RestartOperation
restartOperation,
417
IReadOnlyList<
RestartOperation
> relaunchOperations;
436
foreach (
var
relaunchOperation in relaunchOperations)
922
private IReadOnlyList<
RestartOperation
> GetRelaunchOperations_NoLock(IReadOnlyList<ChangedFile> changedFiles, LoadedProjectGraph projectGraph)
929
var relaunchOperations = new List<
RestartOperation
>();
Process\ProjectLauncher.cs (1)
36
RestartOperation
restartOperation,
Process\RunningProject.cs (2)
19
RestartOperation
restartOperation,
101
public
RestartOperation
GetRelaunchOperation()