1 override of PromptForDeviceAsync
dotnet-watch (1)
UI\SpectreBuildParametersSelectionPrompt.cs (1)
36protected override Task<DeviceInfo> PromptForDeviceAsync(IReadOnlyList<DeviceInfo> devices, CancellationToken cancellationToken)
1 reference to PromptForDeviceAsync
Microsoft.DotNet.HotReload.Watch (1)
UI\BuildParametersSelectionPrompt.cs (1)
40PreviousDeviceSelection = await PromptForDeviceAsync(devices, cancellationToken);