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