1 write to _textSpan
Microsoft.CodeAnalysis.Features (1)
EmbeddedLanguages\Classification\AbstractEmbeddedLanguageClassificationService.cs (1)
77
_textSpan
= textSpan;
3 references to _textSpan
Microsoft.CodeAnalysis.Features (3)
EmbeddedLanguages\Classification\AbstractEmbeddedLanguageClassificationService.cs (3)
92
if (currentNodeOrToken.Span.IntersectsWith(
_textSpan
))
119
if (token.Span.IntersectsWith(
_textSpan
) && _owner.SyntaxTokenKinds.Contains(token.RawKind))
152
if (trivia.HasStructure && trivia.FullSpan.IntersectsWith(
_textSpan
))