1 write to _provider
Microsoft.CodeAnalysis.EditorFeatures (1)
InlineHints\InlineHintDataTag.cs (1)
32
_provider
= provider;
2 references to _provider
Microsoft.CodeAnalysis.EditorFeatures (2)
InlineHints\InlineHintDataTag.cs (2)
59
if (!
_provider
.SpanEquals(_snapshot, this.Hint.Span, other._snapshot, other.Hint.Span))
64
!
_provider
.SpanEquals(_snapshot, this.Hint.ReplacementTextChange.Value.Span, other._snapshot, other.Hint.ReplacementTextChange.Value.Span))