1 instantiation of DirectoryLoadContext
Microsoft.CodeAnalysis (1)
DiagnosticAnalyzer\AnalyzerAssemblyLoader.Core.cs (1)
90loadContext = new DirectoryLoadContext(fullDirectoryPath, this);
6 references to DirectoryLoadContext
Microsoft.CodeAnalysis (4)
DiagnosticAnalyzer\AnalyzerAssemblyLoader.Core.cs (4)
29private readonly Dictionary<string, DirectoryLoadContext> _loadContextByDirectory = new Dictionary<string, DirectoryLoadContext>(GeneratedPathComparer); 83DirectoryLoadContext? loadContext; 156internal DirectoryLoadContext[] GetDirectoryLoadContextsSnapshot()
Microsoft.CodeAnalysis.UnitTests (2)
AnalyzerAssemblyLoaderTests.cs (1)
1700foreach (var context in contexts)
InvokeUtil.cs (1)
103foreach (var context in loader.GetDirectoryLoadContextsSnapshot())