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