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