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)
107
var names =
ClrGlobalAssemblyCache
.GetAssemblyObjects(partialNameFilter: null, architectureFilter: default(ImmutableArray<ProcessorArchitecture>)).ToArray();
113
string location =
ClrGlobalAssemblyCache
.GetAssemblyLocation(name);