1 instantiation of CSharpIndentationService
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Indentation\CSharpIndentationService.cs (1)
26public static readonly CSharpIndentationService Instance = new();
6 references to CSharpIndentationService
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (2)
Formatting\Indentation\SmartIndenterEnterOnTokenTests.cs (2)
1328CSharpIndentationService.ShouldUseSmartTokenFormatterInsteadOfIndenter( 1371CSharpIndentationService.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)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Indentation\CSharpIndentationService.cs (1)
26public static readonly CSharpIndentationService Instance = new();