6 references to Hint
Microsoft.CodeAnalysis.EditorFeatures (6)
InlineHints\InlineHintDataTag.cs (6)
53if (this.Hint.ReplacementTextChange is null != other.Hint.ReplacementTextChange is null) 57if (this.Hint.ReplacementTextChange?.NewText != other.Hint.ReplacementTextChange?.NewText) 61if (!_provider.SpanEquals(this.Hint.Span.ToSnapshotSpan(_snapshot), other.Hint.Span.ToSnapshotSpan(other._snapshot))) 64if (this.Hint.ReplacementTextChange != null && 66!_provider.SpanEquals(this.Hint.ReplacementTextChange.Value.Span.ToSnapshotSpan(_snapshot), other.Hint.ReplacementTextChange.Value.Span.ToSnapshotSpan(other._snapshot))) 72return this.Hint.DisplayParts.SequenceEqual(other.Hint.DisplayParts);