1 write to Text
Roslyn.Diagnostics.Analyzers (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Indentation\AbstractIndentation.Indenter.cs (1)
55
Text
= text;
4 references to Text
Roslyn.Diagnostics.Analyzers (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);
Roslyn.Diagnostics.CSharp.Analyzers (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Indentation\CSharpIndentationService.Indenter.cs (1)
55
var line = indenter.
Text
.Lines.GetLineFromPosition(trivia.FullSpan.Start);