2 overrides of GetTextTokens
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
CSharpDocumentationCommentService.cs (1)
46protected override SyntaxTokenList GetTextTokens(XmlTextSyntax xmlText)
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
VisualBasicDocumentationCommentService.vb (1)
40Protected Overrides Function GetTextTokens(xmlText As XmlTextSyntax) As SyntaxTokenList
1 reference to GetTextTokens
Microsoft.CodeAnalysis.Workspaces (1)
AbstractDocumentationCommentService.cs (1)
116var textTokens = GetTextTokens(xmlText);