1 write to Span
Microsoft.CodeAnalysis.Features (1)
QuickInfo\QuickInfoItem.cs (1)
39Span = span;
3 references to Span
Microsoft.CodeAnalysis.EditorFeatures (2)
IntelliSense\QuickInfo\QuickInfoSourceProvider.QuickInfoSource.cs (1)
94var trackingSpan = textVersion.CreateTrackingSpan(item.Span.ToSpan(), SpanTrackingMode.EdgeInclusive);
LanguageServer\EditorHoverCreationService.cs (1)
60Range = ProtocolConversions.TextSpanToRange(info.Span, text),
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\Hover\ILspHoverResultCreationService.cs (1)
50Range = ProtocolConversions.TextSpanToRange(info.Span, text),