3 references to NoSelectionMade
aspire (3)
Backchannel\ExtensionBackchannel.cs (3)
424
? throw new ExtensionOperationCanceledException(string.Format(CultureInfo.CurrentCulture, ErrorStrings.
NoSelectionMade
, promptText))
443
return result ?? throw new ExtensionOperationCanceledException(string.Format(CultureInfo.CurrentCulture, ErrorStrings.
NoSelectionMade
, promptText));
463
return result ?? throw new ExtensionOperationCanceledException(string.Format(CultureInfo.CurrentCulture, ErrorStrings.
NoSelectionMade
, promptText));