EmbeddedLanguages\Classification\AbstractEmbeddedLanguageClassificationService.cs (4)
122if (token.Span.IntersectsWith(_textSpan) && _owner.SyntaxTokenKinds.Contains(token.RawKind))
125_solutionServices, _project, _semanticModel, token, _textSpan, _options, _owner.Info.VirtualCharService, _result, _cancellationToken);
127var classifiers = _owner.GetServices(_semanticModel, token, _cancellationToken);
136TryClassify(_owner._fallbackClassifier, context);