1 write to DataSize
System.Reflection.Metadata (1)
System\Reflection\PortableExecutable\DebugDirectory\DebugDirectoryEntry.cs (1)
80
DataSize
= dataSize;
10 references to DataSize
ILCompiler.ReadyToRun (4)
Compiler\DependencyAnalysis\ReadyToRun\DebugDirectoryEntryNode.cs (2)
314
byte[] result = new byte[sourceDebugEntry.
DataSize
];
315
block.GetContent(0, sourceDebugEntry.
DataSize
).CopyTo(result);
Compiler\DependencyAnalysis\ReadyToRun\DebugDirectoryNode.cs (2)
137
builder.EmitInt(entries[i].
DataSize
);
138
if (entries[i].
DataSize
== 0)
Microsoft.CodeAnalysis.Features (3)
Emit\CompilationOutputFilesWithImplicitPdbPath.cs (2)
58
if (embeddedPdbEntry.
DataSize
!= 0)
64
if (codeViewEntry.
DataSize
== 0)
Emit\CompilationOutputs.cs (1)
111
if (embeddedPdbEntry.
DataSize
!= 0)
System.Reflection.Metadata (3)
System\Reflection\PortableExecutable\PEReader.cs (3)
594
return GetPEImage().GetMemoryBlock(dataOffset, entry.
DataSize
);
740
if (codeViewEntry.
DataSize
!= 0 &&
748
if (embeddedPdbEntry.
DataSize
!= 0)