2 references to MaxCellInfoLookupDistance
ILCompiler.Compiler (2)
Compiler\DependencyAnalysis\GvmDispatchCellInfoSectionNode.cs (1)
73
for (int cell = firstCell; cell < nextCell; cell += DispatchCellNode.
MaxCellInfoLookupDistance
)
Compiler\DependencyAnalysis\InterfaceDispatchCellInfoSectionNode.cs (1)
66
for (int cell = firstCell; cell < nextCell; cell += DispatchCellNode.
MaxCellInfoLookupDistance
)