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