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