13 references to Hint
Microsoft.CodeAnalysis.EditorFeatures (13)
InlineHints\InlineHintDataTag.cs (12)
53
if (this.
Hint
.ReplacementTextChange is null != other.
Hint
.ReplacementTextChange is null)
57
if (this.
Hint
.ReplacementTextChange?.NewText != other.
Hint
.ReplacementTextChange?.NewText)
61
if (!_provider.SpanEquals(this.
Hint
.Span.ToSnapshotSpan(_snapshot), other.
Hint
.Span.ToSnapshotSpan(other._snapshot)))
64
if (this.
Hint
.ReplacementTextChange != null &&
65
other.
Hint
.ReplacementTextChange != null &&
66
!_provider.SpanEquals(this.
Hint
.ReplacementTextChange.Value.Span.ToSnapshotSpan(_snapshot), other.
Hint
.ReplacementTextChange.Value.Span.ToSnapshotSpan(other._snapshot)))
72
return this.
Hint
.DisplayParts.SequenceEqual(other.
Hint
.DisplayParts);
InlineHints\InlineHintsTagger.cs (1)
156
dataTagSpan.Tag.
Hint
, format, _textView, adornmentSpan, _taggerProvider, _formatMap, classify)));