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