6 references to Hint
Microsoft.CodeAnalysis.EditorFeatures (6)
InlineHints\InlineHintDataTag.cs (6)
44if (this.Hint.ReplacementTextChange is null != other.Hint.ReplacementTextChange is null) 48if (this.Hint.ReplacementTextChange?.NewText != other.Hint.ReplacementTextChange?.NewText) 52if (!_provider.SpanEquals(this.Hint.Span.ToSnapshotSpan(_snapshot), other.Hint.Span.ToSnapshotSpan(other._snapshot))) 55if (this.Hint.ReplacementTextChange != null && 57!_provider.SpanEquals(this.Hint.ReplacementTextChange.Value.Span.ToSnapshotSpan(_snapshot), other.Hint.ReplacementTextChange.Value.Span.ToSnapshotSpan(other._snapshot))) 63return this.Hint.DisplayParts.SequenceEqual(other.Hint.DisplayParts);