6 references to MemDiscardable
ILCompiler.Compiler (2)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\CoffObjectWriter.cs (1)
111
SectionCharacteristics.
MemDiscardable
;
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\PEObjectWriter.cs (1)
712
relocHeader.SectionCharacteristics |= SectionCharacteristics.
MemDiscardable
;
ILCompiler.ReadyToRun (2)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\CoffObjectWriter.cs (1)
111
SectionCharacteristics.
MemDiscardable
;
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\PEObjectWriter.cs (1)
712
relocHeader.SectionCharacteristics |= SectionCharacteristics.
MemDiscardable
;
Microsoft.CodeAnalysis (1)
PEWriter\ExtendedPEBuilder.cs (1)
61
SectionCharacteristics.
MemDiscardable
));
System.Reflection.Metadata (1)
System\Reflection\PortableExecutable\ManagedPEBuilder.cs (1)
106
builder.Add(new Section(RelocationSectionName, SectionCharacteristics.MemRead | SectionCharacteristics.
MemDiscardable
| SectionCharacteristics.ContainsInitializedData));