Implemented interface member:
method
CommitAsync
Microsoft.CodeAnalysis.Editor.IInlineRenameSession.CommitAsync(System.Boolean, Microsoft.VisualStudio.Utilities.IUIThreadOperationContext)
2 references to CommitAsync
Microsoft.CodeAnalysis.EditorFeatures (2)
InlineRename\CommandHandlers\AbstractRenameCommandHandler_ReturnHandler.cs (1)
37activeSession.CommitAsync(previewChanges: false, operationContext)
InlineRename\UI\Adornment\RenameFlyoutViewModel.cs (1)
239Session.CommitAsync(previewChanges: false, editorOperationContext: null)