1 write to _tableSize
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRun\RuntimeFunctionsTableNode.cs (1)
160
_tableSize
= runtimeFunctionsBuilder.CountBytes;
2 references to _tableSize
ILCompiler.ReadyToRun (2)
Compiler\DependencyAnalysis\ReadyToRun\RuntimeFunctionsTableNode.cs (2)
173
Debug.Assert(
_tableSize
>= 0);
174
return
_tableSize
+ SentinelSizeAdjustment;