1 write to PointerToRawData
System.Reflection.Metadata (1)
System\Reflection\PortableExecutable\SectionHeader.cs (1)
95
PointerToRawData
= reader.ReadInt32();
11 references to PointerToRawData
ILCompiler.ReadyToRun (1)
src\runtime\src\coreclr\tools\aot\ILCompiler.Reflection.ReadyToRun\PEReaderExtensions.cs (1)
147
return rva - containingSection.VirtualAddress + containingSection.
PointerToRawData
;
Microsoft.CodeAnalysis (3)
CvtRes.cs (3)
173
if ((long)hdr.
PointerToRawData
+ hdr.SizeOfRawData > fileSize)
208
stream.Seek(rsrc1.
PointerToRawData
, SeekOrigin.Begin);
210
stream.Seek(rsrc2.
PointerToRawData
, SeekOrigin.Begin);
Microsoft.DotNet.StrongName (1)
Utils.cs (1)
151
int sectionOffset = sectionHeader.
PointerToRawData
;
Microsoft.NET.HostModel (3)
ResourceUpdater.cs (3)
165
GetAligned(lastSection.
PointerToRawData
+ lastSection.SizeOfRawData, fileAlignment);
175
rsrcPointerToRawData = resourceSection.
PointerToRawData
;
211
_reader.PEHeaders.SectionHeaders[0].
PointerToRawData
)
System.Reflection.Metadata (3)
System\Reflection\PortableExecutable\PEHeaders.cs (2)
350
offset = _isLoadedImage ? directory.RelativeVirtualAddress : _sectionHeaders[sectionIndex].
PointerToRawData
+ relativeOffset;
401
start = SectionHeaders[cormeta].
PointerToRawData
;
System\Reflection\PortableExecutable\PEReader.cs (1)
418
newBlock = peImage.GetMemoryBlock(PEHeaders.SectionHeaders[index].
PointerToRawData
, size);