8 overrides of TagEquals
Microsoft.CodeAnalysis.EditorFeatures (7)
BraceMatching\BraceHighlightingViewTaggerProvider.cs (1)
163
protected override bool
TagEquals
(BraceHighlightTag tag1, BraceHighlightTag tag2)
EditAndContinue\ActiveStatementTaggerProvider.cs (1)
86
protected override bool
TagEquals
(ITextMarkerTag tag1, ITextMarkerTag tag2)
InlineDiagnostics\AbstractDiagnosticsTaggerProvider.SingleDiagnosticKindPullTaggerProvider.cs (1)
73
protected sealed override bool
TagEquals
(TTag tag1, TTag tag2)
KeywordHighlighting\HighlighterViewTaggerProvider.cs (1)
113
protected override bool
TagEquals
(KeywordHighlightTag tag1, KeywordHighlightTag tag2)
LineSeparators\LineSeparatorTaggerProvider.cs (1)
111
protected override bool
TagEquals
(LineSeparatorTag tag1, LineSeparatorTag tag2)
ReferenceHighlighting\ReferenceHighlightingViewTaggerProvider.cs (1)
230
protected override bool
TagEquals
(NavigableHighlightTag tag1, NavigableHighlightTag tag2)
Structure\AbstractStructureTaggerProvider.cs (1)
221
protected sealed override bool
TagEquals
(IContainerStructureTag latestTag, IContainerStructureTag previousTag)
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
Tagging\AsynchronousTaggerTests.cs (1)
271
protected override bool
TagEquals
(TextMarkerTag tag1, TextMarkerTag tag2)
3 references to TagEquals
Microsoft.CodeAnalysis.EditorFeatures (3)
Tagging\AbstractAsynchronousTaggerProvider.TagSource_IEqualityComparer.cs (1)
22
return x.Span == y.Span && _dataSource.
TagEquals
(x.Tag, y.Tag);
Tagging\AbstractAsynchronousTaggerProvider.TagSource_ProduceTags.cs (1)
692
if (!_dataSource.
TagEquals
(latest.Value.Tag, previous.Value.Tag))
Tagging\AsynchronousViewportTaggerProvider.cs (1)
98
/// <inheritdoc cref="AbstractAsynchronousTaggerProvider{TTag}.
TagEquals
(TTag, TTag)"/>