1 override of IsInXMLAttribute
Microsoft.CodeAnalysis.CSharp.Features (1)
ReplaceDocCommentTextWithTag\CSharpReplaceDocCommentTextWithTagCodeRefactoringProvider.cs (1)
26
protected override bool
IsInXMLAttribute
(SyntaxToken token)
1 reference to IsInXMLAttribute
Microsoft.CodeAnalysis.Features (1)
ReplaceDocCommentTextWithTag\AbstractReplaceDocCommentTextWithTagCodeRefactoringProvider.cs (1)
42
if (
IsInXMLAttribute
(token))