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