2 overrides of IsXmlTextToken
Microsoft.CodeAnalysis.CSharp.Features (1)
ReplaceDocCommentTextWithTag\CSharpReplaceDocCommentTextWithTagCodeRefactoringProvider.cs (1)
24
protected override bool
IsXmlTextToken
(SyntaxToken token)
Microsoft.CodeAnalysis.VisualBasic.Features (1)
ReplaceDocCommentTextWithTag\VisualBasicReplaceDocCommentTextWithTagCodeRefactoringProvider.vb (1)
21
Protected Overrides Function
IsXmlTextToken
(token As SyntaxToken) As Boolean
1 reference to IsXmlTextToken
Microsoft.CodeAnalysis.Features (1)
ReplaceDocCommentTextWithTag\AbstractReplaceDocCommentTextWithTagCodeRefactoringProvider.cs (1)
31
if (!
IsXmlTextToken
(token))