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]); 118objectTypeHandle: new TypeHandle(context.GetWellKnownType(WellKnownType.Object)), 119intPtrTypeHandle: new TypeHandle(context.GetWellKnownType(WellKnownType.IntPtr))); 286if (_transitionBlock.IsArgPassedByRef(new TypeHandle(type))) 294argDest.ReportPointersFromStructInRegisters(new TypeHandle(type), delta, frame);
Compiler\DependencyAnalysis\ReadyToRun\TypeHandle.cs (1)
173return new TypeHandle(typeOfEmbeddedField).IsTrivialPointerSizedStruct();