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