7 overrides of IsArgPassedByRef
ILCompiler.ReadyToRun (7)
Compiler\DependencyAnalysis\ReadyToRun\TransitionBlock.cs (7)
480
public override bool
IsArgPassedByRef
(TypeHandle th) => false;
508
public override bool
IsArgPassedByRef
(TypeHandle th)
587
public sealed override bool
IsArgPassedByRef
(TypeHandle th) => false;
627
public override bool
IsArgPassedByRef
(TypeHandle th)
692
public override bool
IsArgPassedByRef
(TypeHandle th)
736
public override bool
IsArgPassedByRef
(TypeHandle th)
781
public override bool
IsArgPassedByRef
(TypeHandle th)
4 references to IsArgPassedByRef
ILCompiler.ReadyToRun (4)
Compiler\DependencyAnalysis\ReadyToRun\ArgIterator.cs (3)
633
return ((_argSize > _transitionBlock.EnregisteredParamTypeMaxSize) || _transitionBlock.
IsArgPassedByRef
(_argTypeHandle));
640
return ((_argSize > _transitionBlock.EnregisteredParamTypeMaxSize) || _transitionBlock.
IsArgPassedByRef
(_argTypeHandle));
653
return _transitionBlock.
IsArgPassedByRef
(_argTypeHandle);
Compiler\DependencyAnalysis\ReadyToRun\GCRefMapBuilder.cs (1)
283
if (_transitionBlock.
IsArgPassedByRef
(new TypeHandle(type)))