4 references to _textSpan
Microsoft.CodeAnalysis.Features (4)
EmbeddedLanguages\Classification\AbstractEmbeddedLanguageClassificationService.cs (4)
92
if (currentNodeOrToken.FullSpan.IntersectsWith(
_textSpan
))
122
if (token.Span.IntersectsWith(
_textSpan
) && _owner.SyntaxTokenKinds.Contains(token.RawKind))
125
_solutionServices, _project, _semanticModel, token,
_textSpan
, _options, _owner.Info.VirtualCharService, _result, _cancellationToken);
155
if (trivia.IsDirective && trivia.FullSpan.IntersectsWith(
_textSpan
))