1 write to DllCharacteristics
System.Reflection.Metadata (1)
System\Reflection\PortableExecutable\PEHeader.cs (1)
337DllCharacteristics = (DllCharacteristics)reader.ReadUInt16();
1 reference to DllCharacteristics
Microsoft.CodeAnalysis.Rebuild (1)
CompilationFactory.cs (1)
151highEntropyVirtualAddressSpace: (peHeader.DllCharacteristics & DllCharacteristics.HighEntropyVirtualAddressSpace) != 0,