1 write to Hint
Microsoft.CodeAnalysis.EditorFeatures (1)
InlineHints\InlineHintDataTag.cs (1)
34Hint = hint;
13 references to Hint
Microsoft.CodeAnalysis.EditorFeatures (12)
InlineHints\InlineHintDataTag.cs (12)
51if (this.Hint.ReplacementTextChange is null != other.Hint.ReplacementTextChange is null) 55if (this.Hint.ReplacementTextChange?.NewText != other.Hint.ReplacementTextChange?.NewText) 59if (!_provider.SpanEquals(_snapshot, this.Hint.Span, other._snapshot, other.Hint.Span)) 62if (this.Hint.ReplacementTextChange != null && 63other.Hint.ReplacementTextChange != null && 64!_provider.SpanEquals(_snapshot, this.Hint.ReplacementTextChange.Value.Span, other._snapshot, other.Hint.ReplacementTextChange.Value.Span)) 70return 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);