1 write to TextSpan
Microsoft.CodeAnalysis.Features (1)
DocumentHighlighting\IDocumentHighlightsService.cs (1)
33
TextSpan
= textSpan;
4 references to TextSpan
Microsoft.CodeAnalysis.EditorFeatures (2)
ReferenceHighlighting\ReferenceHighlightingViewTaggerProvider.cs (2)
194
textSnapshot.GetSpan(Span.FromBounds(span.
TextSpan
.Start, span.
TextSpan
.End)), tag));
Microsoft.CodeAnalysis.Features (1)
DocumentHighlighting\AbstractDocumentHighlightsService.cs (1)
88
if (!tags.Any(static (t, position) => t.HighlightSpans.Any(static (hs, position) => hs.
TextSpan
.IntersectsWith(position), position), position))
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\Highlights\DocumentHighlightHandler.cs (1)
108
Range = ProtocolConversions.TextSpanToRange(h.
TextSpan
, text),