13 references to Hint
Microsoft.CodeAnalysis.EditorFeatures (13)
InlineHints\InlineHintDataTag.cs (12)
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 && 65other.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);
InlineHints\InlineHintsTagger.cs (1)
156dataTagSpan.Tag.Hint, format, _textView, adornmentSpan, _taggerProvider, _formatMap, classify)));