1 instantiation of CSharpIndentationService
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
CSharpIndentationService.cs (1)
27public static readonly CSharpIndentationService Instance = new();
6 references to CSharpIndentationService
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (2)
Formatting\Indentation\SmartIndenterEnterOnTokenTests.cs (2)
1423CSharpIndentationService.ShouldUseSmartTokenFormatterInsteadOfIndenter( 1466CSharpIndentationService.ShouldUseSmartTokenFormatterInsteadOfIndenter(
Microsoft.CodeAnalysis.CSharp.Features (3)
Wrapping\BinaryExpression\CSharpBinaryExpressionWrapper.cs (1)
18: base(CSharpIndentationService.Instance, CSharpSyntaxFacts.Instance, CSharpExpressionPrecedenceService.Instance)
Wrapping\ChainedExpression\CSharpChainedExpressionWrapper.cs (1)
18: base(CSharpIndentationService.Instance, CSharpSyntaxFacts.Instance)
Wrapping\SeparatedSyntaxList\AbstractCSharpSeparatedSyntaxListWrapper.cs (1)
16: base(CSharpIndentationService.Instance)
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
CSharpIndentationService.cs (1)
27public static readonly CSharpIndentationService Instance = new();