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