1 instantiation of ClrGlobalAssemblyCache
Microsoft.CodeAnalysis.Scripting (1)
GlobalAssemblyCache.cs (1)
30
return 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);