26 references to RegexQuantifier
Microsoft.AspNetCore.App.Analyzers.Test (1)
Microsoft.CodeAnalysis.EditorFeatures (1)
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
Microsoft.CodeAnalysis.Features (16)
EmbeddedLanguages\RegularExpressions\LanguageServices\RegexClassifier.cs (16)
174=> AddClassification(node.AsteriskToken, ClassificationTypeNames.RegexQuantifier);
177=> AddClassification(node.PlusToken, ClassificationTypeNames.RegexQuantifier);
180=> AddClassification(node.QuestionToken, ClassificationTypeNames.RegexQuantifier);
183=> AddClassification(node.QuestionToken, ClassificationTypeNames.RegexQuantifier);
187AddClassification(node.OpenBraceToken, ClassificationTypeNames.RegexQuantifier);
188AddClassification(node.FirstNumberToken, ClassificationTypeNames.RegexQuantifier);
189AddClassification(node.CloseBraceToken, ClassificationTypeNames.RegexQuantifier);
194AddClassification(node.OpenBraceToken, ClassificationTypeNames.RegexQuantifier);
195AddClassification(node.FirstNumberToken, ClassificationTypeNames.RegexQuantifier);
196AddClassification(node.CommaToken, ClassificationTypeNames.RegexQuantifier);
197AddClassification(node.CloseBraceToken, ClassificationTypeNames.RegexQuantifier);
202AddClassification(node.OpenBraceToken, ClassificationTypeNames.RegexQuantifier);
203AddClassification(node.FirstNumberToken, ClassificationTypeNames.RegexQuantifier);
204AddClassification(node.CommaToken, ClassificationTypeNames.RegexQuantifier);
205AddClassification(node.SecondNumberToken, ClassificationTypeNames.RegexQuantifier);
206AddClassification(node.CloseBraceToken, ClassificationTypeNames.RegexQuantifier);
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (2)
SemanticTokens\SemanticTokensRangeTests.cs (2)
4080, 1, 1, tokenTypeToIndex[ClassificationTypeNames.RegexQuantifier], 0, // '*'
5170, 1, 1, tokenTypeToIndex[ClassificationTypeNames.RegexQuantifier], 0, // '*'
Microsoft.CodeAnalysis.Workspaces (1)
Microsoft.VisualStudio.LanguageServices (1)