7 overrides of IsArgPassedByRef
ILCompiler.ReadyToRun (7)
Compiler\DependencyAnalysis\ReadyToRun\TransitionBlock.cs (7)
474
public override bool
IsArgPassedByRef
(TypeHandle th) => false;
502
public override bool
IsArgPassedByRef
(TypeHandle th)
581
public sealed override bool
IsArgPassedByRef
(TypeHandle th) => false;
621
public override bool
IsArgPassedByRef
(TypeHandle th)
686
public override bool
IsArgPassedByRef
(TypeHandle th)
730
public override bool
IsArgPassedByRef
(TypeHandle th)
775
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)))