2 types derived from AnalyzerAssemblyLoader
Microsoft.CodeAnalysis.Workspaces (2)
src\Compilers\Core\Portable\DiagnosticAnalyzer\DefaultAnalyzerAssemblyLoader.cs (1)
17
internal sealed class DefaultAnalyzerAssemblyLoader :
AnalyzerAssemblyLoader
src\Compilers\Core\Portable\DiagnosticAnalyzer\ShadowCopyAnalyzerAssemblyLoader.cs (1)
21
internal sealed class ShadowCopyAnalyzerAssemblyLoader :
AnalyzerAssemblyLoader
2 references to AnalyzerAssemblyLoader
Microsoft.CodeAnalysis.Workspaces (2)
src\Compilers\Core\Portable\DiagnosticAnalyzer\IAnalyzerAssemblyResolver.cs (2)
10
/// Allows a host to override how assembly resolution is performed by the <see cref="
AnalyzerAssemblyLoader
"/>.
18
/// <param name="rootDirectory">The root directory the calling <see cref="
AnalyzerAssemblyLoader
"/> is configured with.</param>