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)
23internal AssemblyLoadContext CompilerLoadContext => _compilerLoadContext; 39loadContext = new DirectoryLoadContext(fullDirectoryPath, this, _compilerLoadContext);