3 references to OnlyOnRanToCompletion
Microsoft.CodeAnalysis.LanguageServer (1)
HostWorkspace\FileWatching\LspFileChangeWatcher.cs (1)
266}, CancellationToken.None, TaskContinuationOptions.OnlyOnRanToCompletion, TaskScheduler.Default).Unwrap().ReportNonFatalErrorAsync().CompletesAsyncOperation(asyncToken);
Microsoft.Maui.Controls (1)
Internals\AsyncValue.cs (1)
58 _valueTask.ContinueWith(t => OnPropertyChanged(nameof(Value)), CancellationToken.None, TaskContinuationOptions.OnlyOnRanToCompletion, scheduler);
Microsoft.VisualStudio.LanguageServices (1)
Remote\VisualStudioWorkspaceServiceHubConnector.cs (1)
64TaskContinuationOptions.OnlyOnRanToCompletion,