2 references to GetAssemblyIdentitiesAndPaths
Microsoft.CodeAnalysis.Scripting (2)
src\Compilers\Shared\GlobalAssemblyCacheHelpers\MonoGlobalAssemblyCache.cs (2)
141
return
GetAssemblyIdentitiesAndPaths
(partialName, architectureFilter).Select(identityAndPath => identityAndPath.Item1);
184
foreach (var identityAndPath in
GetAssemblyIdentitiesAndPaths
(assemblyName, architectureFilter))