2 overrides of SyntaxFormatting
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
CSharpIndentationService.cs (1)
41protected override ISyntaxFormatting SyntaxFormatting
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
VisualBasicIndentationService.Indenter.vb (1)
29Protected Overrides ReadOnly Property SyntaxFormatting As ISyntaxFormatting
1 reference to SyntaxFormatting
Microsoft.CodeAnalysis.Workspaces (1)
AbstractIndentationService.cs (1)
44var syntaxFormatting = this.SyntaxFormatting;