1 write to Hint
Microsoft.CodeAnalysis.EditorFeatures (1)
InlineHints\InlineHintDataTag.cs (1)
34
Hint
= hint;
13 references to Hint
Microsoft.CodeAnalysis.EditorFeatures (12)
InlineHints\InlineHintDataTag.cs (12)
51
if (this.
Hint
.ReplacementTextChange is null != other.
Hint
.ReplacementTextChange is null)
55
if (this.
Hint
.ReplacementTextChange?.NewText != other.
Hint
.ReplacementTextChange?.NewText)
59
if (!_provider.SpanEquals(_snapshot, this.
Hint
.Span, other._snapshot, other.
Hint
.Span))
62
if (this.
Hint
.ReplacementTextChange != null &&
63
other.
Hint
.ReplacementTextChange != null &&
64
!_provider.SpanEquals(_snapshot, this.
Hint
.ReplacementTextChange.Value.Span, other._snapshot, other.
Hint
.ReplacementTextChange.Value.Span))
70
return this.
Hint
.DisplayParts.SequenceEqual(other.
Hint
.DisplayParts);
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
InlineHints\InlineHintsTagger.cs (1)
184
_cache[i].mappingTagSpan.Tag.
Hint
, Format, _textView, tagSpan, _taggerProvider, _formatMap, classify);