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)
92if (currentNodeOrToken.Span.IntersectsWith(_textSpan)) 119if (token.Span.IntersectsWith(_textSpan) && _owner.SyntaxTokenKinds.Contains(token.RawKind)) 152if (trivia.HasStructure && trivia.FullSpan.IntersectsWith(_textSpan))