2 references to ComputeOuterTypes
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
Recommendations\CSharpRecommendationServiceRunner.cs (1)
385var contextOuterTypes = ComputeOuterTypes(_context, _cancellationToken);
Microsoft.CodeAnalysis.Workspaces (1)
Recommendations\AbstractRecommendationService.cs (1)
143_lazyOuterTypesAndBases = ComputeOuterTypes(_context, _cancellationToken)