2 implementations of GetResolvedAnalyzerPath
Microsoft.CodeAnalysis (2)
DiagnosticAnalyzer\ProgramFilesAnalyzerPathResolver.cs (1)
41
public string
GetResolvedAnalyzerPath
(string originalAnalyzerPath)
DiagnosticAnalyzer\ShadowCopyAnalyzerPathResolver.cs (1)
155
public string
GetResolvedAnalyzerPath
(string originalAnalyzerPath)
3 references to GetResolvedAnalyzerPath
Microsoft.CodeAnalysis (3)
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)"/>.
165
resolvedPath = resolver.
GetResolvedAnalyzerPath
(originalPath);