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