8 references to GetTags
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
Classification\TotalClassifierTests.cs (1)
2868var tags = tagger!.GetTags(new NormalizedSnapshotSpanCollection(buffer.CurrentSnapshot.GetFullSpan()));
Microsoft.CodeAnalysis.EditorFeatures (1)
Tagging\EfficientTagger.cs (1)
30=> GetTags(spans);
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
Squiggles\SquiggleUtilities.cs (1)
44var spans = tagger.GetTags(snapshot.GetSnapshotSpanCollection()).ToImmutableArray();
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (5)
Tagging\AsynchronousTaggerTests.cs (5)
91var tags = tagger.GetTags(snapshotSpans); 113var tags = tagger.GetTags(new NormalizedSnapshotSpanCollection(textBuffer.CurrentSnapshot.GetFullSpan())); 139var tags = tagger.GetTags(new NormalizedSnapshotSpanCollection(textBuffer.CurrentSnapshot.GetFullSpan())); 195var tags = tagger.GetTags(new NormalizedSnapshotSpanCollection(textBuffer.CurrentSnapshot.GetFullSpan())); 242var tags = tagger.GetTags(new NormalizedSnapshotSpanCollection(textBuffer.CurrentSnapshot.GetFullSpan()));