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