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