3 overrides of IsResource
System.Private.CoreLib (1)
System\Reflection\Runtime\Modules\RuntimeModule.cs (1)
83public sealed override bool IsResource() { throw new PlatformNotSupportedException(); }
System.Reflection.Context (1)
System\Reflection\Context\Delegation\DelegatingModule.cs (1)
134public override bool IsResource()
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Modules\RoModule.cs (1)
84public abstract override bool IsResource();
1 reference to IsResource
System.Reflection.Context (1)
System\Reflection\Context\Delegation\DelegatingModule.cs (1)
136return UnderlyingModule.IsResource();