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