13 references to StringVerbatim
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\SemanticTokens\CustomLspSemanticTokenNames.cs (1)
96[ClassificationTypeNames.VerbatimStringLiteral] = StringVerbatim,
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (12)
SemanticTokens\SemanticTokensRangeTests.cs (12)
3430, 2, 5, tokenTypeToIndex[CustomLspSemanticTokenNames.StringVerbatim], 0, // '@"one' 3441, 0, 4, tokenTypeToIndex[CustomLspSemanticTokenNames.StringVerbatim], 0, // 'two ' 3461, 0, 6, tokenTypeToIndex[CustomLspSemanticTokenNames.StringVerbatim], 0, // 'three"' 5690, 1, 2, tokenTypeToIndex[CustomLspSemanticTokenNames.StringVerbatim], 0, // '@"' 5740, 1, 1, tokenTypeToIndex[CustomLspSemanticTokenNames.StringVerbatim], 0, // ' ' 5761, 0, 27, tokenTypeToIndex[CustomLspSemanticTokenNames.StringVerbatim], 0, // '"' 6690, 2, 2, tokenTypeToIndex[CustomLspSemanticTokenNames.StringVerbatim], 0, 6710, 5, 1, tokenTypeToIndex[CustomLspSemanticTokenNames.StringVerbatim], 0, 6730, 1, 1, tokenTypeToIndex[CustomLspSemanticTokenNames.StringVerbatim], 0, 6751, 0, 12, tokenTypeToIndex[CustomLspSemanticTokenNames.StringVerbatim], 0, 6771, 0, 8, tokenTypeToIndex[CustomLspSemanticTokenNames.StringVerbatim], 0, 6790, 1, 1, tokenTypeToIndex[CustomLspSemanticTokenNames.StringVerbatim], 0,