1 write to _compilerLoadContext
Microsoft.CodeAnalysis.Workspaces (1)
AnalyzerAssemblyLoader.Core.cs (1)
27
_compilerLoadContext
= compilerLoadContext ?? AssemblyLoadContext.GetLoadContext(typeof(AnalyzerAssemblyLoader).GetTypeInfo().Assembly)!;
2 references to _compilerLoadContext
Microsoft.CodeAnalysis.Workspaces (2)
AnalyzerAssemblyLoader.Core.cs (2)
23
internal AssemblyLoadContext CompilerLoadContext =>
_compilerLoadContext
;
39
loadContext = new DirectoryLoadContext(fullDirectoryPath, this,
_compilerLoadContext
);