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