18 references to Comment
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\SemanticTokens\SemanticTokensSchema.cs (1)
25
[ClassificationTypeNames.Comment] = SemanticTokenTypes.
Comment
,
Protocol\SemanticTokens\SemanticTokenTypes.cs (1)
158
Comment
,
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (16)
SemanticTokens\SemanticTokensFullTests.cs (2)
42
0, 0, 10, tokenTypeToIndex[SemanticTokenTypes.
Comment
], 0, // '// Comment'
55
0, 0, 10, tokenTypeToIndex[SemanticTokenTypes.
Comment
], 0, // '// Comment'
SemanticTokens\SemanticTokensRangesTests.cs (2)
42
0, 0, 10, tokenTypeToIndex[SemanticTokenTypes.
Comment
], 0, // '// Comment'
55
0, 0, 10, tokenTypeToIndex[SemanticTokenTypes.
Comment
], 0, // '// Comment'
SemanticTokens\SemanticTokensRangeTests.cs (12)
46
0, 0, 10, tokenTypeToIndex[SemanticTokenTypes.
Comment
], 0, // '// Comment'
59
0, 0, 10, tokenTypeToIndex[SemanticTokenTypes.
Comment
], 0, // '// Comment'
250
0, 2, 6, tokenTypeToIndex[SemanticTokenTypes.
Comment
], 0, // '/* one'
251
2, 0, 3, tokenTypeToIndex[SemanticTokenTypes.
Comment
], 0, // 'two'
252
1, 0, 8, tokenTypeToIndex[SemanticTokenTypes.
Comment
], 0, // 'three */'
264
0, 2, 6, tokenTypeToIndex[SemanticTokenTypes.
Comment
], 0, // '/* one'
265
2, 0, 3, tokenTypeToIndex[SemanticTokenTypes.
Comment
], 0, // 'two'
266
1, 0, 8, tokenTypeToIndex[SemanticTokenTypes.
Comment
], 0, // 'three */'
639
4, 8, 15, tokenTypeToIndex[SemanticTokenTypes.
Comment
], 0,
651
0, 12, 2, tokenTypeToIndex[SemanticTokenTypes.
Comment
], 0,
663
4, 8, 15, tokenTypeToIndex[SemanticTokenTypes.
Comment
], 0,
675
0, 12, 2, tokenTypeToIndex[SemanticTokenTypes.
Comment
], 0,