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