1 write to _entrySize
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRun\ImportSectionNode.cs (1)
52
_entrySize
= entrySize;
2 references to _entrySize
ILCompiler.ReadyToRun (2)
Compiler\DependencyAnalysis\ReadyToRun\ImportSectionNode.cs (2)
121
dataBuilder.EmitByte(
_entrySize
);
165
public int EntrySize =>
_entrySize
;