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