1 write to _solutionLevelAnalyzerPaths
Microsoft.CodeAnalysis.LanguageServer (1)
HostWorkspace\LanguageServerWorkspaceFactory.cs (1)
41
_solutionLevelAnalyzerPaths
= new DirectoryInfo(AppContext.BaseDirectory).GetFiles("*.dll")
1 reference to _solutionLevelAnalyzerPaths
Microsoft.CodeAnalysis.LanguageServer (1)
HostWorkspace\LanguageServerWorkspaceFactory.cs (1)
82
foreach (var analyzerPath in
_solutionLevelAnalyzerPaths
)