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)
23public string Text => Descriptor.Text;
TaskList\AbstractTaskListService.cs (1)
93var token = commentDescriptor.Text;