1 write to Span
Microsoft.CodeAnalysis.Features (1)
InlineHints\InlineHint.cs (1)
49Span = span;
6 references to Span
Microsoft.CodeAnalysis.EditorFeatures (3)
InlineHints\InlineHintDataTag.cs (2)
59if (!_provider.SpanEquals(_snapshot, this.Hint.Span, other._snapshot, other.Hint.Span))
InlineHints\InlineHintsDataTaggerProvider.cs (1)
125hint.Span.ToSnapshotSpan(snapshotSpan.Snapshot),
Microsoft.CodeAnalysis.EditorFeatures2.UnitTests (2)
InlineHints\AbstractInlineHintsTests.vb (2)
36Select hint.DisplayParts.GetFullText().TrimEnd() + hint.Span.ToString 96Select hint.DisplayParts.GetFullText() + ":" + hint.Span.ToString()
Microsoft.CodeAnalysis.ExternalAccess.OmniSharp (1)
InlineHints\OmniSharpInlineHintsService.cs (1)
24h.Span,