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) 40private ImmutableDictionary<string, ImmutableArray<RestartOperation>> _activeProjectRelaunchOperations 41= ImmutableDictionary<string, ImmutableArray<RestartOperation>>.Empty.WithComparers(PathUtilities.OSSpecificPathComparer); 57RestartOperation restartOperation, 247IReadOnlyList<RestartOperation> relaunchOperations; 273foreach (var relaunchOperation in relaunchOperations) 442private IReadOnlyList<RestartOperation> GetRelaunchOperations_NoLock(IReadOnlyList<ChangedFile> changedFiles, LoadedProjectGraph projectGraph) 449var relaunchOperations = new List<RestartOperation>();
Process\ProjectLauncher.cs (1)
36RestartOperation restartOperation,
Process\RunningProject.cs (2)
26RestartOperation restartOperation, 108public RestartOperation GetRelaunchOperation()