18 references to Comment
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\SemanticTokens\SemanticTokensSchema.cs (1)
25[ClassificationTypeNames.Comment] = SemanticTokenTypes.Comment,
Protocol\SemanticTokens\SemanticTokenTypes.cs (1)
158Comment,
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (16)
SemanticTokens\SemanticTokensFullTests.cs (2)
420, 0, 10, tokenTypeToIndex[SemanticTokenTypes.Comment], 0, // '// Comment' 550, 0, 10, tokenTypeToIndex[SemanticTokenTypes.Comment], 0, // '// Comment'
SemanticTokens\SemanticTokensRangesTests.cs (2)
420, 0, 10, tokenTypeToIndex[SemanticTokenTypes.Comment], 0, // '// Comment' 550, 0, 10, tokenTypeToIndex[SemanticTokenTypes.Comment], 0, // '// Comment'
SemanticTokens\SemanticTokensRangeTests.cs (12)
460, 0, 10, tokenTypeToIndex[SemanticTokenTypes.Comment], 0, // '// Comment' 590, 0, 10, tokenTypeToIndex[SemanticTokenTypes.Comment], 0, // '// Comment' 2500, 2, 6, tokenTypeToIndex[SemanticTokenTypes.Comment], 0, // '/* one' 2512, 0, 3, tokenTypeToIndex[SemanticTokenTypes.Comment], 0, // 'two' 2521, 0, 8, tokenTypeToIndex[SemanticTokenTypes.Comment], 0, // 'three */' 2640, 2, 6, tokenTypeToIndex[SemanticTokenTypes.Comment], 0, // '/* one' 2652, 0, 3, tokenTypeToIndex[SemanticTokenTypes.Comment], 0, // 'two' 2661, 0, 8, tokenTypeToIndex[SemanticTokenTypes.Comment], 0, // 'three */' 6394, 8, 15, tokenTypeToIndex[SemanticTokenTypes.Comment], 0, 6510, 12, 2, tokenTypeToIndex[SemanticTokenTypes.Comment], 0, 6634, 8, 15, tokenTypeToIndex[SemanticTokenTypes.Comment], 0, 6750, 12, 2, tokenTypeToIndex[SemanticTokenTypes.Comment], 0,