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