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