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