2 implementations of CreateConflictResolutionUndoTransaction
Microsoft.CodeAnalysis.EditorFeatures (1)
InlineRename\UndoManagerServiceFactory.cs (1)
58public void CreateConflictResolutionUndoTransaction(ITextBuffer subjectBuffer, Action applyEdit)
Microsoft.VisualStudio.LanguageServices (1)
InlineRename\InlineRenameUndoManager.cs (1)
98public void CreateConflictResolutionUndoTransaction(ITextBuffer subjectBuffer, Action applyEdit)
1 reference to CreateConflictResolutionUndoTransaction
Microsoft.CodeAnalysis.EditorFeatures (1)
InlineRename\InlineRenameSession.OpenTextBufferManager.cs (1)
339_session.UndoManager.CreateConflictResolutionUndoTransaction(_subjectBuffer, () =>