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