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