2 overrides of PreparePathToLoad
Microsoft.CodeAnalysis (2)
DiagnosticAnalyzer\DefaultAnalyzerAssemblyLoader.cs (1)
38
protected override string
PreparePathToLoad
(string fullPath) => fullPath;
DiagnosticAnalyzer\ShadowCopyAnalyzerAssemblyLoader.cs (1)
134
protected override string
PreparePathToLoad
(string originalFullPath)
2 references to PreparePathToLoad
Microsoft.CodeAnalysis (2)
DiagnosticAnalyzer\AnalyzerAssemblyLoader.cs (2)
140
string realPath =
PreparePathToLoad
(originalAnalyzerPath);
220
/// When <see cref="
PreparePathToLoad
(string)"/> is overriden this returns the most recent