2 overrides of PreparePathToLoad
Microsoft.CodeAnalysis.Workspaces (2)
src\Compilers\Core\Portable\DiagnosticAnalyzer\DefaultAnalyzerAssemblyLoader.cs (1)
41
protected override string
PreparePathToLoad
(string fullPath) => fullPath;
src\Compilers\Core\Portable\DiagnosticAnalyzer\ShadowCopyAnalyzerAssemblyLoader.cs (1)
132
protected override string
PreparePathToLoad
(string originalAnalyzerPath)
2 references to PreparePathToLoad
Microsoft.CodeAnalysis.Workspaces (2)
src\Compilers\Core\Portable\DiagnosticAnalyzer\AnalyzerAssemblyLoader.cs (2)
209
string realPath =
PreparePathToLoad
(originalAnalyzerPath);
367
/// When <see cref="
PreparePathToLoad
(string)"/> is overridden this returns the most recent