1 write to _filterOutOfScopeLocals
Microsoft.CodeAnalysis.Workspaces (1)
Recommendations\AbstractRecommendationServiceRunner.cs (1)
36
_filterOutOfScopeLocals
= filterOutOfScopeLocals;
2 references to _filterOutOfScopeLocals
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
Recommendations\CSharpRecommendationServiceRunner.cs (1)
276
var filterOutOfScopeLocals =
_filterOutOfScopeLocals
;
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
Recommendations\VisualBasicRecommendationServiceRunner.vb (1)
137
If
_filterOutOfScopeLocals
Then