3 overrides of GlobalAssemblyCache
System.Private.CoreLib (1)
System\Reflection\Runtime\Assemblies\RuntimeAssemblyInfo.cs (1)
222
public sealed override bool
GlobalAssemblyCache
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)
161
public sealed override bool
GlobalAssemblyCache
=> false;
2 references to GlobalAssemblyCache
dotnet-Microsoft.XmlSerializer.Generator (1)
Sgen.cs (1)
321
bool gac = assembly.
GlobalAssemblyCache
;
System.Reflection.Context (1)
System\Reflection\Context\Delegation\DelegatingAssembly.cs (1)
208
get { return UnderlyingAssembly.
GlobalAssemblyCache
; }