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