2 references to SpanEquals
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))