1 write to CompilerLoadContext
Microsoft.CodeAnalysis.Workspaces (1)
src\Compilers\Core\Portable\DiagnosticAnalyzer\AnalyzerAssemblyLoader.Core.cs (1)
63
CompilerLoadContext
= compilerLoadContext ?? AssemblyLoadContext.GetLoadContext(typeof(SyntaxTree).GetTypeInfo().Assembly)!;
3 references to CompilerLoadContext
Microsoft.CodeAnalysis.ExternalAccess.Razor.UnitTests (1)
RazorAnalyzerAssemblyResolverTests.cs (1)
111
loader.
CompilerLoadContext
.Resolving += (context, name) =>
Microsoft.CodeAnalysis.Workspaces (2)
src\Compilers\Core\Portable\DiagnosticAnalyzer\AnalyzerAssemblyLoader.Core.cs (2)
64
CompilerAnalyzerAssemblyResolver = new CompilerResolver(
CompilerLoadContext
);
78
return alc ==
CompilerLoadContext
|| alc == AssemblyLoadContext.Default;