4 references to GetAssemblyInfoForPath
Microsoft.CodeAnalysis.Workspaces (4)
src\Compilers\Core\Portable\DiagnosticAnalyzer\AnalyzerAssemblyLoader.Core.cs (2)
147(_, var loadPath) = _loader.GetAssemblyInfoForPath(assemblyPath); 204(_, var loadPath) = _loader.GetAssemblyInfoForPath(assemblyPath);
src\Compilers\Core\Portable\DiagnosticAnalyzer\AnalyzerAssemblyLoader.cs (2)
165(AssemblyName? assemblyName, _) = GetAssemblyInfoForPath(originalAnalyzerPath); 324(AssemblyName? candidateName, string candidateRealPath) = GetAssemblyInfoForPath(candidateOriginalPath);