1 instantiation of DirectoryLoadContext
Microsoft.CodeAnalysis (1)
DiagnosticAnalyzer\AnalyzerAssemblyLoader.Core.cs (1)
39
loadContext = new
DirectoryLoadContext
(fullDirectoryPath, this, _compilerLoadContext);
7 references to DirectoryLoadContext
Microsoft.CodeAnalysis (6)
DiagnosticAnalyzer\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)
Microsoft.CodeAnalysis.UnitTests (1)
InvokeUtil.cs (1)
61
foreach (
var
context in loader.GetDirectoryLoadContextsSnapshot())