1 instantiation of TotalClassificationAggregateTagger
Microsoft.CodeAnalysis.EditorFeatures (1)
Classification\TotalClassificationTaggerProvider.cs (1)
63return new TotalClassificationAggregateTagger(syntacticTagger, semanticTagger, embeddedTagger);
4 references to TotalClassificationAggregateTagger
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
Classification\TotalClassifierTests.cs (1)
3067using var tagger = provider.CreateTagger(document.GetTextView(), buffer);
Microsoft.CodeAnalysis.EditorFeatures (3)
Classification\CopyPasteAndPrintingClassificationBufferTaggerProvider.Tagger.cs (1)
159await TotalClassificationAggregateTagger.AddTagsAsync(
Classification\TotalClassificationTaggerProvider.cs (2)
39var tagger = CreateTagger(textView, buffer); 49public TotalClassificationAggregateTagger? CreateTagger(ITextView textView, ITextBuffer buffer)