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