1 write to Directory
Microsoft.CodeAnalysis.Workspaces (1)
src\Compilers\Core\Portable\DiagnosticAnalyzer\AnalyzerAssemblyLoader.Core.cs (1)
134Directory = directory;
6 references to Directory
Microsoft.CodeAnalysis.Workspaces (6)
src\Compilers\Core\Portable\DiagnosticAnalyzer\AnalyzerAssemblyLoader.Core.cs (6)
95return _loadContextByDirectory.Values.OrderBy(v => v.Directory).ToArray(); 115CodeAnalysisEventSource.Log.DisposeAssemblyLoadContext(context.Directory); 119CodeAnalysisEventSource.Log.DisposeAssemblyLoadContextException(context.Directory, ex.ToString()); 147var assemblyPath = Path.Combine(Directory, simpleName + ".dll"); 165var analyzerFilePath = Path.Combine(Directory, analyzerFileName); 204var assemblyPath = Path.Combine(Directory, unmanagedDllName + ".dll");