3 instantiations of SyntacticClassificationTaggerProvider
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (2)
Classification\SyntacticTaggerTests.cs (2)
45new SyntacticClassificationTaggerProvider( 99new SyntacticClassificationTaggerProvider(
Microsoft.CodeAnalysis.EditorFeatures (1)
Classification\TotalClassificationTaggerProvider.cs (1)
33private readonly SyntacticClassificationTaggerProvider _syntacticTaggerProvider = new(taggerHost, typeMap);
6 references to SyntacticClassificationTaggerProvider
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (2)
Classification\SyntacticTaggerTests.cs (2)
44var tagComputer = new SyntacticClassificationTaggerProvider.TagComputer( 98var tagComputer = new SyntacticClassificationTaggerProvider.TagComputer(
Microsoft.CodeAnalysis.EditorFeatures (4)
Classification\Syntactic\SyntacticClassificationTaggerProvider.TagComputer.cs (3)
44private readonly SyntacticClassificationTaggerProvider _taggerProvider; 89SyntacticClassificationTaggerProvider taggerProvider, 121SyntacticClassificationTaggerProvider taggerProvider, ITextBuffer2 subjectBuffer)
Classification\TotalClassificationTaggerProvider.cs (1)
33private readonly SyntacticClassificationTaggerProvider _syntacticTaggerProvider = new(taggerHost, typeMap);