8 references to RestoreOnly
Microsoft.DotNet.HotReload.Watch (8)
HotReload\HotReloadDotNetWatcher.cs (8)
1042if (!await BuildAsync(BuildAction.RestoreOnly, targetFramework: null)) 1102if (!await BuildAsync(BuildAction.RestoreOnly, targetFramework, deviceInfo)) 1241action is BuildAction.RestoreOnly ? "restore" : "build", 1247if (action != BuildAction.RestoreOnly && targetFramework != null) 1268else if (action == BuildAction.RestoreOnly) 1296_context.BuildLogger.Log(action == BuildAction.RestoreOnly ? MessageDescriptor.Restoring : MessageDescriptor.Building, path); 1306(BuildAction.RestoreOnly, true) => MessageDescriptor.RestoreSucceeded, 1307(BuildAction.RestoreOnly, false) => MessageDescriptor.RestoreFailed,