2 instantiations of VisualBasicIndentationService
Microsoft.CodeAnalysis.VisualBasic.Workspaces (2)
VisualBasicIndentationService.vb (2)
20Public Shared ReadOnly WithoutParameterAlignmentInstance As New VisualBasicIndentationService(NoOpFormattingRule.Instance) 27Me.New(Nothing)
4 references to VisualBasicIndentationService
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.UnitTests (1)
Formatting\Indentation\SmartTokenFormatter_FormatTokenTests.vb (1)
201Assert.True(VisualBasicIndentationService.ShouldUseSmartTokenFormatterInsteadOfIndenter(
Microsoft.CodeAnalysis.VisualBasic.Features (3)
Wrapping\BinaryExpression\VisualBasicBinaryExpressionWrapper.vb (1)
19MyBase.New(VisualBasicIndentationService.WithoutParameterAlignmentInstance,
Wrapping\ChainedExpression\VisualBasicChainedExpressionWrapper.vb (1)
15MyBase.New(VisualBasicIndentationService.WithoutParameterAlignmentInstance, VisualBasicSyntaxFacts.Instance)
Wrapping\SeparatedSyntaxList\AbstractVisualBasicSeparatedSyntaxListWrapper.vb (1)
15MyBase.New(VisualBasicIndentationService.WithoutParameterAlignmentInstance)