2 references to GetBestResolvedPath
Microsoft.CodeAnalysis (2)
DiagnosticAnalyzer\AnalyzerAssemblyLoader.Core.cs (1)
143
var (_, bestResolvedPath) =
GetBestResolvedPath
(assemblyName);
DiagnosticAnalyzer\AnalyzerAssemblyLoader.cs (1)
333
return
GetBestResolvedPath
(assemblyName).BestOriginalPath;