2 references to CommitWorkerAsync
Microsoft.CodeAnalysis.EditorFeatures (2)
InlineRename\InlineRenameSession.cs (2)
750
return _threadingContext.JoinableTaskFactory.Run(() =>
CommitWorkerAsync
(previewChanges, canUseBackgroundWorkIndicator: false, operationContext));
773
await
CommitWorkerAsync
(previewChanges, canUseBackgroundWorkIndicator: true, editorOperationContext).ConfigureAwait(false);