1 override of IsXmlTextToken
Microsoft.CodeAnalysis.CSharp.Features (1)
ReplaceDocCommentTextWithTag\CSharpReplaceDocCommentTextWithTagCodeRefactoringProvider.cs (1)
23protected override bool IsXmlTextToken(SyntaxToken token)
2 references to IsXmlTextToken
Microsoft.CodeAnalysis.Features (2)
ReplaceDocCommentTextWithTag\AbstractReplaceDocCommentTextWithTagCodeRefactoringProvider.cs (2)
30if (!IsXmlTextToken(token)) 33if (!IsXmlTextToken(token))