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