2 overrides of PrepareSatelliteAssemblyToLoad
Microsoft.CodeAnalysis.Workspaces (2)
src\Compilers\Core\Portable\DiagnosticAnalyzer\DefaultAnalyzerAssemblyLoader.cs (1)
46
protected override string
PrepareSatelliteAssemblyToLoad
(string assemblyFilePath, string cultureName)
src\Compilers\Core\Portable\DiagnosticAnalyzer\ShadowCopyAnalyzerAssemblyLoader.cs (1)
149
protected 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
258
realSatelliteAssemblyPath =
PrepareSatelliteAssemblyToLoad
(originalAnalyzerPath, actualCultureName);