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