3 references to ShouldCommitAsynchronously
Microsoft.CodeAnalysis.EditorFeatures (3)
InlineRename\CommandHandlers\AbstractRenameCommandHandler.cs (1)
113if (globalOptionService.ShouldCommitAsynchronously())
InlineRename\CommandHandlers\AbstractRenameCommandHandler_SaveHandler.cs (1)
20if (renameService.ActiveSession != null && !globalOptionService.ShouldCommitAsynchronously())
InlineRename\InlineRenameSession.cs (1)
771if (this.RenameService.GlobalOptions.ShouldCommitAsynchronously())