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'
249
0, 2, 6, tokenTypeToIndex[SemanticTokenTypes.
Comment
], 0, // '/* one'
250
2, 0, 3, tokenTypeToIndex[SemanticTokenTypes.
Comment
], 0, // 'two'
251
1, 0, 8, tokenTypeToIndex[SemanticTokenTypes.
Comment
], 0, // 'three */'
263
0, 2, 6, tokenTypeToIndex[SemanticTokenTypes.
Comment
], 0, // '/* one'
264
2, 0, 3, tokenTypeToIndex[SemanticTokenTypes.
Comment
], 0, // 'two'
265
1, 0, 8, tokenTypeToIndex[SemanticTokenTypes.
Comment
], 0, // 'three */'
638
4, 8, 15, tokenTypeToIndex[SemanticTokenTypes.
Comment
], 0,
650
0, 12, 2, tokenTypeToIndex[SemanticTokenTypes.
Comment
], 0,
662
4, 8, 15, tokenTypeToIndex[SemanticTokenTypes.
Comment
], 0,
674
0, 12, 2, tokenTypeToIndex[SemanticTokenTypes.
Comment
], 0,