2 implementations of GetResolvedAnalyzerPath
Microsoft.CodeAnalysis.Workspaces (2)
src\Compilers\Core\Portable\DiagnosticAnalyzer\ProgramFilesAnalyzerPathResolver.cs (1)
41public string GetResolvedAnalyzerPath(string originalAnalyzerPath)
src\Compilers\Core\Portable\DiagnosticAnalyzer\ShadowCopyAnalyzerPathResolver.cs (1)
155public string GetResolvedAnalyzerPath(string originalAnalyzerPath)
3 references to GetResolvedAnalyzerPath
Microsoft.CodeAnalysis.Workspaces (3)
src\Compilers\Core\Portable\DiagnosticAnalyzer\AnalyzerAssemblyLoader.cs (3)
43/// and the path returned after calling <see cref="IAnalyzerPathResolver.GetResolvedAnalyzerPath(string)"/>. In the 71/// the key is the original path before it is considered by <see cref="IAnalyzerPathResolver.GetResolvedAnalyzerPath(string)"/>. 165resolvedPath = resolver.GetResolvedAnalyzerPath(originalPath);