1 write to Text
Microsoft.CodeAnalysis.CodeStyle (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Indentation\AbstractIndentation.Indenter.cs (1)
56
Text
= text;
3 references to Text
Microsoft.CodeAnalysis.CodeStyle (3)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Indentation\AbstractIndentation.Indenter.cs (3)
112
var previousLine = this.
Text
.Lines[LineToBeIndented.LineNumber - 1];
154
var line = this.
Text
.Lines[currentLine];
173
var updatedSourceText =
Text
.WithChanges(changes);