3 references to LargeAddressAware
ILCompiler.Compiler (1)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\PEObjectWriter.cs (1)
733
characteristics |= isPE32Plus ? Characteristics.
LargeAddressAware
: Characteristics.Bit32Machine;
ILCompiler.ReadyToRun (1)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\PEObjectWriter.cs (1)
733
characteristics |= isPE32Plus ? Characteristics.
LargeAddressAware
: Characteristics.Bit32Machine;
Microsoft.CodeAnalysis (1)
Compilation\Compilation.cs (1)
2406
characteristics |= Characteristics.
LargeAddressAware
;