4 overrides of GetPEKind
System.Private.CoreLib (2)
src\System\Reflection\Emit\RuntimeModuleBuilder.cs (1)
690
public override void
GetPEKind
(out PortableExecutableKinds peKind, out ImageFileMachine machine)
src\System\Reflection\RuntimeModule.cs (1)
312
public override void
GetPEKind
(out PortableExecutableKinds peKind, out ImageFileMachine machine)
System.Reflection.Context (1)
System\Reflection\Context\Delegation\DelegatingModule.cs (1)
109
public override void
GetPEKind
(out PortableExecutableKinds peKind, out ImageFileMachine machine)
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Modules\RoModule.cs (1)
80
public abstract override void
GetPEKind
(out PortableExecutableKinds peKind, out ImageFileMachine machine);
5 references to GetPEKind
Microsoft.Build (1)
TypeLoader.cs (1)
654
module.
GetPEKind
(out PortableExecutableKinds peKind, out ImageFileMachine machine);
MSBuild (1)
TypeLoader.cs (1)
654
module.
GetPEKind
(out PortableExecutableKinds peKind, out ImageFileMachine machine);
System.Private.CoreLib (1)
src\System\Reflection\RuntimeAssembly.cs (1)
135
manifestModule.
GetPEKind
(out PortableExecutableKinds pek, out ImageFileMachine ifm);
System.Reflection.Context (1)
System\Reflection\Context\Delegation\DelegatingModule.cs (1)
111
UnderlyingModule.
GetPEKind
(out peKind, out machine);
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Assemblies\Ecma\EcmaAssembly.GetName.cs (1)
45
ManifestModule.
GetPEKind
(out PortableExecutableKinds peKind, out ImageFileMachine machine);