2 references to MarkupCommentPunctuation
Microsoft.CodeAnalysis.Razor.Workspaces (2)
SemanticTokens\SemanticTokensVisitor.cs (2)
148
AddSemanticRange(node.Children[0], tokenTypes.
MarkupCommentPunctuation
);
164
AddSemanticRange(node.Children[^1], tokenTypes.
MarkupCommentPunctuation
);