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