6 references to TypeHandle
ILCompiler.ReadyToRun (6)
Compiler\DependencyAnalysis\ReadyToRun\ArgIterator.cs (2)
469
thArgType = new
TypeHandle
(_context.GetWellKnownType(WellKnownType.Object));
481
thArgType = new
TypeHandle
(_context.GetWellKnownType(WellKnownType.IntPtr));
Compiler\DependencyAnalysis\ReadyToRun\GCRefMapBuilder.cs (3)
81
TypeHandle returnType = new
TypeHandle
(signature.ReturnType);
85
parameterTypes[parameterIndex] = new
TypeHandle
(signature[parameterIndex]);
283
if (_transitionBlock.IsArgPassedByRef(new
TypeHandle
(type)))
Compiler\DependencyAnalysis\ReadyToRun\TransitionBlock.cs (1)
267
return IsTrivialPointerSizedStruct(new
TypeHandle
(typeOfEmbeddedField));