1 instantiation of DirectoryLoadContext
Microsoft.CodeAnalysis (1)
DiagnosticAnalyzer\AnalyzerAssemblyLoader.Core.cs (1)
39loadContext = new DirectoryLoadContext(fullDirectoryPath, this, _compilerLoadContext);
7 references to DirectoryLoadContext
Microsoft.CodeAnalysis (6)
DiagnosticAnalyzer\AnalyzerAssemblyLoader.Core.cs (6)
21private readonly Dictionary<string, DirectoryLoadContext> _loadContextByDirectory = new Dictionary<string, DirectoryLoadContext>(StringComparer.Ordinal); 32DirectoryLoadContext? loadContext; 50internal DirectoryLoadContext[] GetDirectoryLoadContextsSnapshot() 60List<DirectoryLoadContext> contexts; 67foreach (var context in contexts)
Microsoft.CodeAnalysis.UnitTests (1)
InvokeUtil.cs (1)
61foreach (var context in loader.GetDirectoryLoadContextsSnapshot())