2 overrides of PrepareSatelliteAssemblyToLoad
Microsoft.CodeAnalysis.Workspaces (2)
src\Compilers\Core\Portable\DiagnosticAnalyzer\DefaultAnalyzerAssemblyLoader.cs (1)
46protected override string PrepareSatelliteAssemblyToLoad(string assemblyFilePath, string cultureName)
src\Compilers\Core\Portable\DiagnosticAnalyzer\ShadowCopyAnalyzerAssemblyLoader.cs (1)
149protected override string PrepareSatelliteAssemblyToLoad(string originalAnalyzerPath, string cultureName)
2 references to PrepareSatelliteAssemblyToLoad
Microsoft.CodeAnalysis.Workspaces (2)
src\Compilers\Core\Portable\DiagnosticAnalyzer\AnalyzerAssemblyLoader.cs (2)
238/// This method calls <see cref="PrepareSatelliteAssemblyToLoad"/> to ensure this path 258realSatelliteAssemblyPath = PrepareSatelliteAssemblyToLoad(originalAnalyzerPath, actualCultureName);