3 references to NumberOfIndirections
ILCompiler.Compiler (1)
Compiler\GenericDictionaryLookup.cs (1)
94Debug.Assert(index < NumberOfIndirections);
ILCompiler.RyuJit (2)
JitInterface\CorInfoImpl.RyuJit.cs (2)
299lookup.runtimeLookup.indirections = (ushort)genericLookup.NumberOfIndirections; 301if (genericLookup.NumberOfIndirections > 1)