6 references to Hint
Microsoft.CodeAnalysis.EditorFeatures (6)
InlineHints\InlineHintDataTag.cs (6)
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 &&
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);