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) 44private ImmutableDictionary<string, ImmutableArray<RestartOperation>> _activeProjectRelaunchOperations 45= ImmutableDictionary<string, ImmutableArray<RestartOperation>>.Empty.WithComparers(PathUtilities.OSSpecificPathComparer); 128RestartOperation restartOperation, 417IReadOnlyList<RestartOperation> relaunchOperations; 436foreach (var relaunchOperation in relaunchOperations) 922private IReadOnlyList<RestartOperation> GetRelaunchOperations_NoLock(IReadOnlyList<ChangedFile> changedFiles, LoadedProjectGraph projectGraph) 929var relaunchOperations = new List<RestartOperation>();
Process\ProjectLauncher.cs (1)
36RestartOperation restartOperation,
Process\RunningProject.cs (2)
19RestartOperation restartOperation, 101public RestartOperation GetRelaunchOperation()