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