2 references to GetAllTags
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
Classification\TotalClassifierTests.cs (1)
2981
var tags = tagger!.
GetAllTags
(new NormalizedSnapshotSpanCollection(buffer.CurrentSnapshot.GetFullSpan()), CancellationToken.None);
Microsoft.CodeAnalysis.EditorFeatures (1)
Classification\CopyPasteAndPrintingClassificationBufferTaggerProvider.Tagger.cs (1)
106
=>
GetAllTags
(spans, cancellationToken);