3 implementations of ShouldNotFormatOrCommitOnPaste
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
Workspaces\TestFormattingRuleFactoryServiceFactory.cs (1)
41public bool ShouldNotFormatOrCommitOnPaste(DocumentId documentId)
Microsoft.CodeAnalysis.Workspaces (1)
Formatting\Rules\DefaultFormattingRuleFactoryServiceFactory.cs (1)
22public bool ShouldNotFormatOrCommitOnPaste(DocumentId documentId)
Microsoft.VisualStudio.LanguageServices (1)
Workspace\VisualStudioFormattingRuleFactoryServiceFactory.cs (1)
30public bool ShouldNotFormatOrCommitOnPaste(DocumentId documentId)
1 reference to ShouldNotFormatOrCommitOnPaste
Microsoft.CodeAnalysis.EditorFeatures (1)
Formatting\FormatCommandHandler.Paste.cs (1)
68if (formattingRuleService != null && formattingRuleService.ShouldNotFormatOrCommitOnPaste(document.Id))