1 instantiation of DirectoryLoadContext
Microsoft.CodeAnalysis.Workspaces (1)
src\Compilers\Core\Portable\DiagnosticAnalyzer\AnalyzerAssemblyLoader.Core.cs (1)
90
loadContext = new
DirectoryLoadContext
(fullDirectoryPath, this);
4 references to DirectoryLoadContext
Microsoft.CodeAnalysis.Workspaces (4)
src\Compilers\Core\Portable\DiagnosticAnalyzer\AnalyzerAssemblyLoader.Core.cs (4)
29
private readonly Dictionary<string,
DirectoryLoadContext
> _loadContextByDirectory = new Dictionary<string,
DirectoryLoadContext
>(GeneratedPathComparer);
83
DirectoryLoadContext
? loadContext;
156
internal
DirectoryLoadContext
[] GetDirectoryLoadContextsSnapshot()