19 references to ImageFileMachine
mscorlib (19)
system\reflection\assembly.cs (1)
1409
ImageFileMachine
ifm;
system\reflection\assemblyname.cs (7)
435
internal void SetProcArchIndex(PortableExecutableKinds pek,
ImageFileMachine
ifm)
440
internal static ProcessorArchitecture CalculateProcArchIndex(PortableExecutableKinds pek,
ImageFileMachine
ifm, AssemblyNameFlags flags)
449
case System.Reflection.
ImageFileMachine
.IA64:
451
case System.Reflection.
ImageFileMachine
.AMD64:
453
case System.Reflection.
ImageFileMachine
.I386:
461
if (ifm == System.Reflection.
ImageFileMachine
.I386)
471
if (ifm == System.Reflection.
ImageFileMachine
.ARM)
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)
439
ImageFileMachine
imageFileMachine)
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)
2099
machine = (
ImageFileMachine
)lMachine;