4 references to SpanEquals
Microsoft.CodeAnalysis.EditorFeatures (3)
BracePairs\BracePairsTaggerProvider.cs (2)
123
return
SpanEquals
(tag1.Start, tag2.Start) &&
124
SpanEquals
(tag1.End, tag2.End);
Tagging\AbstractAsynchronousTaggerProvider.cs (1)
255
=>
SpanEquals
(span1 is null ? null : new SnapshotSpan(snapshot1, span1.Value), span2 is null ? null : new SnapshotSpan(snapshot2, span2.Value));
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
StringIndentation\StringIndentationTag.cs (1)
59
if (!_provider.
SpanEquals
(this.OrderedHoleSpans[i], other.OrderedHoleSpans[i]))