3 types derived from GlobalAssemblyCache
Microsoft.CodeAnalysis.Scripting (3)
src\Compilers\Shared\GlobalAssemblyCacheHelpers\ClrGlobalAssemblyCache.cs (1)
27internal sealed class ClrGlobalAssemblyCache : GlobalAssemblyCache
src\Compilers\Shared\GlobalAssemblyCacheHelpers\DotNetCoreGlobalAssemblyCache.cs (1)
20internal sealed class DotNetCoreGlobalAssemblyCache : GlobalAssemblyCache
src\Compilers\Shared\GlobalAssemblyCacheHelpers\MonoGlobalAssemblyCache.cs (1)
22internal sealed class MonoGlobalAssemblyCache : GlobalAssemblyCache
6 references to GlobalAssemblyCache
Microsoft.CodeAnalysis.Scripting (4)
src\Compilers\Shared\GlobalAssemblyCacheHelpers\GacFileResolver.cs (2)
66architectures = GlobalAssemblyCache.CurrentArchitectures; 76GlobalAssemblyCache.Instance.ResolvePartialName(assemblyName, out path, Architectures, this.PreferredCulture);
src\Compilers\Shared\GlobalAssemblyCacheHelpers\GlobalAssemblyCache.cs (2)
18internal static readonly GlobalAssemblyCache Instance = CreateInstance(); 20private static GlobalAssemblyCache CreateInstance()
Microsoft.CodeAnalysis.Scripting.Desktop.UnitTests (2)
GlobalAssemblyCacheTests.cs (2)
22var gac = GlobalAssemblyCache.Instance; 91var gac = GlobalAssemblyCache.Instance;