2 references to Restore
Microsoft.DotNet.HotReload.Watch (2)
Build\BuildNames.cs (1)
53public const string Restore = nameof(Restore);
Build\EvaluationResult.cs (1)
74var restoreRequests = projectGraph.Graph.GraphRoots.Select(node => BuildRequest.Create(node.ProjectInstance, [TargetNames.Restore])).ToArray();