3 references to GetContainingSectionIndex
ILCompiler.ReadyToRun (1)
src\runtime\src\coreclr\tools\aot\ILCompiler.Reflection.ReadyToRun\PEReaderExtensions.cs (1)
141int index = reader.PEHeaders.GetContainingSectionIndex(rva);
System.Reflection.Metadata (2)
System\Reflection\PortableExecutable\PEHeaders.cs (1)
337int sectionIndex = GetContainingSectionIndex(directory.RelativeVirtualAddress);
System\Reflection\PortableExecutable\PEReader.cs (1)
487int sectionIndex = PEHeaders.GetContainingSectionIndex(relativeVirtualAddress);