3 overrides of GetPEKind
System.Private.CoreLib (1)
System\Reflection\Runtime\Modules\RuntimeModule.cs (1)
84
public sealed override void
GetPEKind
(out PortableExecutableKinds peKind, out ImageFileMachine machine) { throw new PlatformNotSupportedException(); }
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);
4 references to GetPEKind
Microsoft.Build (1)
src\msbuild\src\Shared\TypeLoader.cs (1)
695
module.
GetPEKind
(out PortableExecutableKinds peKind, out ImageFileMachine machine);
MSBuild (1)
src\msbuild\src\Shared\TypeLoader.cs (1)
695
module.
GetPEKind
(out PortableExecutableKinds peKind, out ImageFileMachine machine);
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);