13 references to StringVerbatim
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\SemanticTokens\CustomLspSemanticTokenNames.cs (1)
93[ClassificationTypeNames.VerbatimStringLiteral] = StringVerbatim,
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (12)
SemanticTokens\SemanticTokensRangeTests.cs (12)
3440, 2, 5, tokenTypeToIndex[CustomLspSemanticTokenNames.StringVerbatim], 0, // '@"one' 3451, 0, 4, tokenTypeToIndex[CustomLspSemanticTokenNames.StringVerbatim], 0, // 'two ' 3471, 0, 6, tokenTypeToIndex[CustomLspSemanticTokenNames.StringVerbatim], 0, // 'three"' 5680, 1, 2, tokenTypeToIndex[CustomLspSemanticTokenNames.StringVerbatim], 0, // '@"' 5730, 1, 1, tokenTypeToIndex[CustomLspSemanticTokenNames.StringVerbatim], 0, // ' ' 5751, 0, 27, tokenTypeToIndex[CustomLspSemanticTokenNames.StringVerbatim], 0, // '"' 6680, 2, 2, tokenTypeToIndex[CustomLspSemanticTokenNames.StringVerbatim], 0, 6700, 5, 1, tokenTypeToIndex[CustomLspSemanticTokenNames.StringVerbatim], 0, 6720, 1, 1, tokenTypeToIndex[CustomLspSemanticTokenNames.StringVerbatim], 0, 6741, 0, 12, tokenTypeToIndex[CustomLspSemanticTokenNames.StringVerbatim], 0, 6761, 0, 8, tokenTypeToIndex[CustomLspSemanticTokenNames.StringVerbatim], 0, 6780, 1, 1, tokenTypeToIndex[CustomLspSemanticTokenNames.StringVerbatim], 0,