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