2 overrides of SyntaxFacts
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
CSharpIndentationService.cs (1)
35protected override ISyntaxFacts SyntaxFacts
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
VisualBasicIndentationService.Indenter.vb (1)
17Protected Overrides ReadOnly Property SyntaxFacts As ISyntaxFacts
1 reference to SyntaxFacts
Microsoft.CodeAnalysis.Workspaces (1)
AbstractIndentation.Indenter.cs (1)
51_syntaxFacts = service.SyntaxFacts;