5 references to RegexGrouping
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\SemanticTokens\CustomLspSemanticTokenNames.cs (1)
130
[ClassificationTypeNames.RegexGrouping] =
RegexGrouping
,
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (4)
SemanticTokens\SemanticTokensRangeTests.cs (4)
451
0, 1, 1, tokenTypeToIndex[CustomLspSemanticTokenNames.
RegexGrouping
], 0, // '('
453
0, 3, 1, tokenTypeToIndex[CustomLspSemanticTokenNames.
RegexGrouping
], 0, // ')'
569
0, 2, 1, tokenTypeToIndex[CustomLspSemanticTokenNames.
RegexGrouping
], 0, // '('
571
0, 3, 1, tokenTypeToIndex[CustomLspSemanticTokenNames.
RegexGrouping
], 0, // ')'