1 write to Span
Microsoft.CodeAnalysis.Features (1)
InlineHints\InlineHint.cs (1)
49Span = span;
5 references to Span
Microsoft.CodeAnalysis.EditorFeatures (3)
InlineHints\InlineHintDataTag.cs (2)
61if (!_provider.SpanEquals(this.Hint.Span.ToSnapshotSpan(_snapshot), other.Hint.Span.ToSnapshotSpan(other._snapshot)))
InlineHints\InlineHintsDataTaggerProvider.cs (1)
101hint.Span.ToSnapshotSpan(snapshotSpan.Snapshot),
Microsoft.CodeAnalysis.ExternalAccess.OmniSharp (1)
InlineHints\OmniSharpInlineHintsService.cs (1)
24h.Span,
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\InlayHint\InlayHintHandler.cs (1)
65var linePosition = text.Lines.GetLinePosition(hint.Span.Start);