8 references to DynamicBase
ILAssembler (2)
GrammarVisitor.cs (2)
179DllCharacteristics dllCharacteristics = DllCharacteristics.DynamicBase | DllCharacteristics.NxCompatible | DllCharacteristics.NoSeh | DllCharacteristics.TerminalServerAware; 190dllCharacteristics &= ~DllCharacteristics.DynamicBase;
ILCompiler.Compiler (2)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\PEObjectWriter.cs (2)
200DllCharacteristics = DllCharacteristics.DynamicBase | DllCharacteristics.NxCompatible | DllCharacteristics.NoSeh | DllCharacteristics.TerminalServerAware; 772DllCharacteristics.DynamicBase |
ILCompiler.ReadyToRun (2)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\PEObjectWriter.cs (2)
200DllCharacteristics = DllCharacteristics.DynamicBase | DllCharacteristics.NxCompatible | DllCharacteristics.NoSeh | DllCharacteristics.TerminalServerAware; 772DllCharacteristics.DynamicBase |
Microsoft.CodeAnalysis (1)
Compilation\Compilation.cs (1)
2374DllCharacteristics.DynamicBase |
System.Reflection.Metadata (1)
System\Reflection\PortableExecutable\PEHeaderBuilder.cs (1)
60DllCharacteristics dllCharacteristics = DllCharacteristics.DynamicBase | DllCharacteristics.NxCompatible | DllCharacteristics.NoSeh | DllCharacteristics.TerminalServerAware,