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