1 write to ImageCharacteristics
System.Reflection.Metadata (1)
System\Reflection\PortableExecutable\ManagedTextSection.cs (1)
79
ImageCharacteristics
= imageCharacteristics;
1 reference to ImageCharacteristics
System.Reflection.Metadata (1)
System\Reflection\PortableExecutable\ManagedTextSection.cs (1)
100
private ReadOnlySpan<byte> CorEntryPointName => (
ImageCharacteristics
& Characteristics.Dll) != 0 ? "_CorDllMain"u8 : "_CorExeMain"u8;