3 implementations of ShouldUseBaseIndentation
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
Workspaces\TestFormattingRuleFactoryServiceFactory.cs (1)
38public bool ShouldUseBaseIndentation(DocumentId documentId)
Microsoft.CodeAnalysis.Workspaces (1)
Formatting\Rules\DefaultFormattingRuleFactoryServiceFactory.cs (1)
26public bool ShouldUseBaseIndentation(DocumentId documentId)
Microsoft.VisualStudio.LanguageServices (1)
Workspace\VisualStudioFormattingRuleFactoryServiceFactory.cs (1)
33public bool ShouldUseBaseIndentation(DocumentId documentId)
1 reference to ShouldUseBaseIndentation
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures (1)
LineCommit\CommitFormatter.vb (1)
188If formattingRuleService.ShouldUseBaseIndentation(documentId) Then