1 write to _lazyOuterTypesAndBases
Microsoft.CodeAnalysis.Workspaces (1)
Recommendations\AbstractRecommendationService.cs (1)
142
_lazyOuterTypesAndBases
= ComputeOuterTypes(_context, _cancellationToken)
2 references to _lazyOuterTypesAndBases
Microsoft.CodeAnalysis.Workspaces (2)
Recommendations\AbstractRecommendationService.cs (2)
140
if (
_lazyOuterTypesAndBases
.IsDefault)
147
return
_lazyOuterTypesAndBases
;