4 references to LargeAddressAware
ILAssembler (1)
GrammarVisitor.cs (1)
195
? Characteristics.
LargeAddressAware
ILCompiler.Compiler (1)
parent\parent\Common\Compiler\ObjectWriter\PEObjectWriter.cs (1)
732
characteristics |= isPE32Plus ? Characteristics.
LargeAddressAware
: Characteristics.Bit32Machine;
ILCompiler.ReadyToRun (1)
parent\parent\Common\Compiler\ObjectWriter\PEObjectWriter.cs (1)
732
characteristics |= isPE32Plus ? Characteristics.
LargeAddressAware
: Characteristics.Bit32Machine;
Microsoft.CodeAnalysis (1)
Compilation\Compilation.cs (1)
2406
characteristics |= Characteristics.
LargeAddressAware
;