1 write to _syntaxFacts
Microsoft.CodeAnalysis.Workspaces (1)
AbstractIndentation.Indenter.cs (1)
51
_syntaxFacts
= service.SyntaxFacts;
1 reference to _syntaxFacts
Microsoft.CodeAnalysis.Workspaces (1)
AbstractIndentation.Indenter.cs (1)
79
_syntaxFacts
.IsInInactiveRegion(this.Tree, LineToBeIndented.Start, this.CancellationToken))