1 instantiation of TestTag
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
Tagging\AsynchronousTaggerTests.cs (1)
58return new List<ITagSpan<TestTag>>() { new TagSpan<TestTag>(span, new TestTag()) };
9 references to TestTag
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (9)
Tagging\AsynchronousTaggerTests.cs (9)
56static List<ITagSpan<TestTag>> tagProducer(SnapshotSpan span, CancellationToken cancellationToken) 58return new List<ITagSpan<TestTag>>() { new TagSpan<TestTag>(span, new TestTag()) }; 76var tagger = taggerProvider.CreateTagger<TestTag>(textBuffer); 148private delegate List<ITagSpan<TestTag>> Callback(SnapshotSpan span, CancellationToken cancellationToken); 150private sealed class TestTaggerProvider : AsynchronousTaggerProvider<TestTag> 173TaggerContext<TestTag> context, DocumentSnapshotSpan snapshotSpan, int? caretPosition, CancellationToken cancellationToken) 187protected override bool TagEquals(TestTag tag1, TestTag tag2)