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