2 writes to Context
Microsoft.CodeAnalysis.Features (2)
EmbeddedLanguages\RegularExpressions\LanguageServices\RegexClassifier.cs (2)
62
visitor.
Context
= context;
67
visitor.
Context
= default;
3 references to Context
Microsoft.CodeAnalysis.Features (3)
EmbeddedLanguages\RegularExpressions\LanguageServices\RegexClassifier.cs (3)
111
Context
.AddClassification(typeName, token.GetSpan());
311
Context
.AddClassification(ClassificationTypeNames.RegexText, node.TextToken.VirtualChars[0].Span);
312
Context
.AddClassification(