7 references to UseHelper
ILCompiler.Compiler (6)
Compiler\GenericDictionaryLookup.cs (5)
32/// Gets the target object of the lookup. Only valid when <see cref="UseHelper"/> is true. 47/// Gets the ID of the helper to use if <see cref="UseHelper"/> is true. 78/// Gets the number of indirections to follow. Only valid if <see cref="UseHelper"/> is false. 84Debug.Assert(!UseHelper && !UseNull); 93Debug.Assert(!UseHelper && !UseNull);
IL\ILImporter.Scanner.cs (1)
213Debug.Assert(lookup.UseHelper);
ILCompiler.RyuJit (1)
JitInterface\CorInfoImpl.RyuJit.cs (1)
266if (genericLookup.UseHelper)