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