3 overrides of GetPEKind
System.Private.CoreLib (1)
System\Reflection\Runtime\Modules\RuntimeModule.cs (1)
84public sealed override void GetPEKind(out PortableExecutableKinds peKind, out ImageFileMachine machine) { throw new PlatformNotSupportedException(); }
System.Reflection.Context (1)
System\Reflection\Context\Delegation\DelegatingModule.cs (1)
109public override void GetPEKind(out PortableExecutableKinds peKind, out ImageFileMachine machine)
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Modules\RoModule.cs (1)
80public abstract override void GetPEKind(out PortableExecutableKinds peKind, out ImageFileMachine machine);
4 references to GetPEKind
Microsoft.Build (1)
src\msbuild\src\Shared\TypeLoader.cs (1)
695module.GetPEKind(out PortableExecutableKinds peKind, out ImageFileMachine machine);
MSBuild (1)
src\msbuild\src\Shared\TypeLoader.cs (1)
695module.GetPEKind(out PortableExecutableKinds peKind, out ImageFileMachine machine);
System.Reflection.Context (1)
System\Reflection\Context\Delegation\DelegatingModule.cs (1)
111UnderlyingModule.GetPEKind(out peKind, out machine);
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Assemblies\Ecma\EcmaAssembly.GetName.cs (1)
45ManifestModule.GetPEKind(out PortableExecutableKinds peKind, out ImageFileMachine machine);