1 instantiation of ClrGlobalAssemblyCache
Microsoft.CodeAnalysis.Scripting (1)
src\Compilers\Shared\GlobalAssemblyCacheHelpers\GlobalAssemblyCache.cs (1)
29? new ClrGlobalAssemblyCache()
2 references to ClrGlobalAssemblyCache
Microsoft.CodeAnalysis.Scripting.Desktop.UnitTests (2)
GlobalAssemblyCacheTests.cs (2)
107var names = ClrGlobalAssemblyCache.GetAssemblyObjects(partialNameFilter: null, architectureFilter: default(ImmutableArray<ProcessorArchitecture>)).ToArray(); 113string location = ClrGlobalAssemblyCache.GetAssemblyLocation(name);