2 overrides of IsCollectible
System.Private.CoreLib (2)
src\System\Reflection\Emit\RuntimeAssemblyBuilder.cs (1)
265public override bool IsCollectible => InternalAssembly.IsCollectible;
src\System\Reflection\RuntimeAssembly.cs (1)
267public override bool IsCollectible
1 reference to IsCollectible
Microsoft.Extensions.DependencyInjection.Abstractions (1)
ActivatorUtilities.cs (1)
228if (!type.Assembly.IsCollectible)