22 references to PortableExecutableKinds
mscorlib (22)
system\reflection\assembly.cs (1)
1408
PortableExecutableKinds
pek;
system\reflection\assemblyname.cs (10)
435
internal void SetProcArchIndex(
PortableExecutableKinds
pek, ImageFileMachine ifm)
440
internal static ProcessorArchitecture CalculateProcArchIndex(
PortableExecutableKinds
pek, ImageFileMachine ifm, AssemblyNameFlags flags)
445
if ((pek & System.Reflection.
PortableExecutableKinds
.PE32Plus) == System.Reflection.
PortableExecutableKinds
.PE32Plus)
454
if ((pek & System.Reflection.
PortableExecutableKinds
.ILOnly) == System.Reflection.
PortableExecutableKinds
.ILOnly)
463
if ((pek & System.Reflection.
PortableExecutableKinds
.Required32Bit) == System.Reflection.
PortableExecutableKinds
.Required32Bit)
466
if ((pek & System.Reflection.
PortableExecutableKinds
.ILOnly) == System.Reflection.
PortableExecutableKinds
.ILOnly)
system\reflection\emit\assemblybuilder.cs (3)
1737
Save(assemblyFileName, System.Reflection.
PortableExecutableKinds
.ILOnly, System.Reflection.ImageFileMachine.I386);
1744
PortableExecutableKinds
portableExecutableKind, ImageFileMachine imageFileMachine)
1766
PortableExecutableKinds
portableExecutableKind, ImageFileMachine imageFileMachine)
system\reflection\emit\modulebuilder.cs (4)
333
internal void DefineNativeResource(
PortableExecutableKinds
portableExecutableKind, ImageFileMachine imageFileMachine)
396
PortableExecutableKinds
portableExecutableKind, ImageFileMachine imageFileMachine)
438
internal void Save(String fileName, bool isAssemblyFile,
PortableExecutableKinds
portableExecutableKind,
1042
public override void GetPEKind(out
PortableExecutableKinds
peKind, out ImageFileMachine machine)
system\reflection\module.cs (2)
255
public virtual void GetPEKind(out
PortableExecutableKinds
peKind, out ImageFileMachine machine)
929
public override void GetPEKind(out
PortableExecutableKinds
peKind, out ImageFileMachine machine)
system\runtimehandles.cs (2)
2094
internal static void GetPEKind(RuntimeModule module, out
PortableExecutableKinds
peKind, out ImageFileMachine machine)
2098
peKind = (
PortableExecutableKinds
)lKind;