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