2 references to IndexOfSection
System.Reflection.Metadata (2)
System\Reflection\PortableExecutable\PEBuilder.cs (2)
234
int codeSectionIndex =
IndexOfSection
(sections, SectionCharacteristics.ContainsCode);
240
int dataSectionIndex =
IndexOfSection
(sections, SectionCharacteristics.ContainsInitializedData);