1 instantiation of CachedServices
Microsoft.CodeAnalysis.EditorFeatures (1)
Classification\Syntactic\SyntacticClassificationTaggerProvider.TagComputer.cs (1)
152lastCachedServices = new(workspace, contentType, solutionServices, classificationService);
2 references to CachedServices
Microsoft.CodeAnalysis.EditorFeatures (2)
Classification\Syntactic\SyntacticClassificationTaggerProvider.TagComputer.cs (2)
67private CachedServices? _lastCachedServices; 140var lastCachedServices = _lastCachedServices;