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