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)
104
return
_service
.GetDesiredIndentationWorker(this, token, trivia);
169
if (
_service
.ShouldUseTokenIndenter(this, out var token))