1 write to Text
Microsoft.CodeAnalysis.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Indentation\AbstractIndentation.Indenter.cs (1)
55
Text
= text;
4 references to Text
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Indentation\CSharpIndentationService.Indenter.cs (1)
55
var line = indenter.
Text
.Lines.GetLineFromPosition(trivia.FullSpan.Start);
Microsoft.CodeAnalysis.Workspaces (3)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Indentation\AbstractIndentation.Indenter.cs (3)
111
var previousLine = this.
Text
.Lines[LineToBeIndented.LineNumber - 1];
153
var line = this.
Text
.Lines[currentLine];
172
var updatedSourceText =
Text
.WithChanges(changes);