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