1 write to Text
Microsoft.CodeAnalysis.Workspaces (1)
SyntacticDocument.cs (1)
21Text = text;
6 references to Text
Microsoft.CodeAnalysis.CSharp.Features (2)
ExtractMethod\CSharpSelectionValidator.cs (1)
44var text = SemanticDocument.Text;
GenerateDefaultConstructors\CSharpGenerateDefaultConstructorsService.cs (1)
40helpers.IsBetweenTypeMembers(semanticDocument.Text, semanticDocument.Root, textSpan.Start, out typeDeclaration))
Microsoft.CodeAnalysis.Features (1)
TaskList\AbstractTaskListService.cs (1)
128var text = document.Text;
Microsoft.CodeAnalysis.VisualBasic.Features (3)
CodeFixes\IncorrectExitContinue\IncorrectExitContinueCodeFixProvider.vb (2)
110Dim text = document.Text 142Dim text = document.Text
ExtractMethod\VisualBasicSelectionValidator.vb (1)
29Dim text = Me.SemanticDocument.Text