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