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' 2490, 2, 6, tokenTypeToIndex[SemanticTokenTypes.Comment], 0, // '/* one' 2502, 0, 3, tokenTypeToIndex[SemanticTokenTypes.Comment], 0, // 'two' 2511, 0, 8, tokenTypeToIndex[SemanticTokenTypes.Comment], 0, // 'three */' 2630, 2, 6, tokenTypeToIndex[SemanticTokenTypes.Comment], 0, // '/* one' 2642, 0, 3, tokenTypeToIndex[SemanticTokenTypes.Comment], 0, // 'two' 2651, 0, 8, tokenTypeToIndex[SemanticTokenTypes.Comment], 0, // 'three */' 6384, 8, 15, tokenTypeToIndex[SemanticTokenTypes.Comment], 0, 6500, 12, 2, tokenTypeToIndex[SemanticTokenTypes.Comment], 0, 6624, 8, 15, tokenTypeToIndex[SemanticTokenTypes.Comment], 0, 6740, 12, 2, tokenTypeToIndex[SemanticTokenTypes.Comment], 0,