3 overrides of GlobalAssemblyCache
System.Private.CoreLib (1)
src\System\Reflection\RuntimeAssembly.cs (1)
549public override bool GlobalAssemblyCache => false;
System.Reflection.Context (1)
System\Reflection\Context\Delegation\DelegatingAssembly.cs (1)
206public override bool GlobalAssemblyCache
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Assemblies\RoAssembly.cs (1)
162public sealed override bool GlobalAssemblyCache => false;
1 reference to GlobalAssemblyCache
System.Reflection.Context (1)
System\Reflection\Context\Delegation\DelegatingAssembly.cs (1)
208get { return UnderlyingAssembly.GlobalAssemblyCache; }