1 instantiation of CSharpIndentationService
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Indentation\CSharpIndentationService.cs (1)
26
public static readonly CSharpIndentationService Instance =
new
();
4 references to CSharpIndentationService
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\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Indentation\CSharpIndentationService.cs (1)
26
public static readonly
CSharpIndentationService
Instance = new();