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)
245Debug.Assert(_tableSize >= 0); 246return _tableSize + SentinelSizeAdjustment;