4 overrides of GetPEKind
System.Private.CoreLib (2)
src\System\Reflection\Emit\RuntimeModuleBuilder.cs (1)
690public override void GetPEKind(out PortableExecutableKinds peKind, out ImageFileMachine machine)
src\System\Reflection\RuntimeModule.cs (1)
312public override void GetPEKind(out PortableExecutableKinds peKind, out ImageFileMachine machine)
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);
5 references to GetPEKind
Microsoft.Build (1)
TypeLoader.cs (1)
654module.GetPEKind(out PortableExecutableKinds peKind, out ImageFileMachine machine);
MSBuild (1)
TypeLoader.cs (1)
654module.GetPEKind(out PortableExecutableKinds peKind, out ImageFileMachine machine);
System.Private.CoreLib (1)
src\System\Reflection\RuntimeAssembly.cs (1)
135manifestModule.GetPEKind(out PortableExecutableKinds pek, out ImageFileMachine ifm);
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);