26 references to Text
Microsoft.CodeAnalysis.CodeStyle (2)
TextLineExtensions.cs (2)
48var text = line.Text; 69var text = line.Text;
Microsoft.CodeAnalysis.CodeStyle.Fixes (3)
AbstractConflictMarkerCodeFixProvider.cs (3)
208var text = startLine.Text!; 226var text = startLine.Text!; 244var text = currentLine.Text!;
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
ConsecutiveBracePlacementDiagnosticAnalyzer.cs (1)
129var text = textLine.Text!;
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (4)
CSharpIndentationService.Indenter.cs (4)
79var sourceText = indenter.LineToBeIndented.Text; 345var sourceText = indenter.LineToBeIndented.Text; 383var sourceText = indenter.LineToBeIndented.Text; 469var sourceText = indenter.LineToBeIndented.Text;
Microsoft.CodeAnalysis.CSharp.Features (1)
ConsecutiveBracePlacementDiagnosticAnalyzer.cs (1)
129var text = textLine.Text!;
Microsoft.CodeAnalysis.CSharp.Workspaces (4)
CSharpIndentationService.Indenter.cs (4)
79var sourceText = indenter.LineToBeIndented.Text; 345var sourceText = indenter.LineToBeIndented.Text; 383var sourceText = indenter.LineToBeIndented.Text; 469var sourceText = indenter.LineToBeIndented.Text;
Microsoft.CodeAnalysis.Features (3)
AbstractConflictMarkerCodeFixProvider.cs (3)
208var text = startLine.Text!; 226var text = startLine.Text!; 244var text = currentLine.Text!;
Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes (3)
VisualBasicIndentationService.Indenter.vb (3)
111Dim sourceText = indenter.LineToBeIndented.Text 249Return indenter.GetIndentationOfLine(indenter.LineToBeIndented.Text.Lines.GetLineFromPosition(token.SpanStart)) 262Dim sourceText = indenter.LineToBeIndented.Text
Microsoft.CodeAnalysis.VisualBasic.Workspaces (3)
VisualBasicIndentationService.Indenter.vb (3)
111Dim sourceText = indenter.LineToBeIndented.Text 249Return indenter.GetIndentationOfLine(indenter.LineToBeIndented.Text.Lines.GetLineFromPosition(token.SpanStart)) 262Dim sourceText = indenter.LineToBeIndented.Text
Microsoft.CodeAnalysis.Workspaces (2)
TextLineExtensions.cs (2)
48var text = line.Text; 69var text = line.Text;