1 write to Text
Microsoft.CodeAnalysis.Workspaces (1)
TaskList\TaskListItemDescriptor.cs (1)
32Text = text;
3 references to Text
Microsoft.CodeAnalysis.ExternalAccess.FSharp (1)
TaskList\FSharpTaskListDescriptor.cs (1)
13public string Text => Descriptor.Text;
Microsoft.CodeAnalysis.Features (2)
ExternalAccess\VSTypeScript\Api\IVSTypeScriptTodoCommentDataServiceImplementation.cs (1)
30public string Text => Descriptor.Text;
TaskList\AbstractTaskListService.cs (1)
95var token = commentDescriptor.Text;