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