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