3 references to Size
System.Reflection.Metadata (3)
System\Reflection\PortableExecutable\DebugDirectory\DebugDirectoryBuilder.cs (1)
216
internal int TableSize => DebugDirectoryEntry.
Size
* _entries.Count;
System\Reflection\PortableExecutable\PEReader.cs (2)
553
if (debugDirectory.Size % DebugDirectoryEntry.
Size
!= 0)
566
int entryCount = reader.Length / DebugDirectoryEntry.
Size
;