7 references to TypeHandle
ILCompiler.ReadyToRun (7)
Compiler\DependencyAnalysis\ReadyToRun\GCRefMapBuilder.cs (6)
88TypeHandle returnType = new TypeHandle(signature.ReturnType); 92parameterTypes[parameterIndex] = new TypeHandle(signature[parameterIndex]); 125objectTypeHandle: new TypeHandle(context.GetWellKnownType(WellKnownType.Object)), 126intPtrTypeHandle: new TypeHandle(context.GetWellKnownType(WellKnownType.IntPtr))); 293if (_transitionBlock.IsArgPassedByRef(new TypeHandle(type))) 301argDest.ReportPointersFromStructInRegisters(new TypeHandle(type), delta, frame);
Compiler\DependencyAnalysis\ReadyToRun\TypeHandle.cs (1)
173return new TypeHandle(typeOfEmbeddedField).IsTrivialPointerSizedStruct();