1 override of IsCollectible
System.Private.CoreLib (1)
System\Reflection\Runtime\Assemblies\RuntimeAssemblyInfo.cs (1)
83public sealed override bool IsCollectible => false; // Unloading not supported.
2 references to IsCollectible
Microsoft.Extensions.DependencyInjection.Abstractions (1)
ActivatorUtilities.cs (1)
233if (!type.Assembly.IsCollectible)
System.Private.Xml (1)
System\Xml\Serialization\Compilation.cs (1)
443if (t.Assembly.IsCollectible)