10 references to RestartOperation
Microsoft.DotNet.HotReload.Watch (10)
HotReload\RunningProjectsManager.cs (7)
40
private ImmutableDictionary<string, ImmutableArray<
RestartOperation
>> _activeProjectRelaunchOperations
41
= ImmutableDictionary<string, ImmutableArray<
RestartOperation
>>.Empty.WithComparers(PathUtilities.OSSpecificPathComparer);
57
RestartOperation
restartOperation,
253
IReadOnlyList<
RestartOperation
> relaunchOperations;
279
foreach (
var
relaunchOperation in relaunchOperations)
448
private IReadOnlyList<
RestartOperation
> GetRelaunchOperations_NoLock(IReadOnlyList<ChangedFile> changedFiles, LoadedProjectGraph projectGraph)
455
var relaunchOperations = new List<
RestartOperation
>();
Process\ProjectLauncher.cs (1)
36
RestartOperation
restartOperation,
Process\RunningProject.cs (2)
26
RestartOperation
restartOperation,
108
public
RestartOperation
GetRelaunchOperation()