2 writes to _argSize
ILCompiler.ReadyToRun (2)
Compiler\DependencyAnalysis\ReadyToRun\ArgIterator.cs (2)
502
_argSize
= 0;
918
_argSize
= argSize;
5 references to _argSize
ILCompiler.ReadyToRun (5)
Compiler\DependencyAnalysis\ReadyToRun\ArgIterator.cs (5)
621
return _transitionBlock.IsArgPassedByRef(
_argSize
);
626
return ((
_argSize
> _transitionBlock.EnregisteredParamTypeMaxSize) && (!_argTypeHandle.IsHomogeneousAggregate() || IsVarArg));
633
return ((
_argSize
> _transitionBlock.EnregisteredParamTypeMaxSize) || _transitionBlock.IsArgPassedByRef(_argTypeHandle));
640
return ((
_argSize
> _transitionBlock.EnregisteredParamTypeMaxSize) || _transitionBlock.IsArgPassedByRef(_argTypeHandle));
1579
return
_argSize
;