1 write to _service
Microsoft.CodeAnalysis.CodeStyle (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Indentation\AbstractIndentation.Indenter.cs (1)
50_service = service;
2 references to _service
Microsoft.CodeAnalysis.CodeStyle (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Indentation\AbstractIndentation.Indenter.cs (2)
103return _service.GetDesiredIndentationWorker(this, token, trivia); 168if (_service.ShouldUseTokenIndenter(this, out var token))