2 writes to _argForceByRef
ILCompiler.ReadyToRun (2)
Compiler\DependencyAnalysis\ReadyToRun\ArgIterator.cs (2)
504
_argForceByRef
= false;
909
CorElementType argType = GetArgumentType(_argNum, out _argTypeHandle, out
_argForceByRef
);
3 references to _argForceByRef
ILCompiler.ReadyToRun (3)
Compiler\DependencyAnalysis\ReadyToRun\ArgIterator.cs (3)
663
return
_argForceByRef
;
920
argType =
_argForceByRef
? CorElementType.ELEMENT_TYPE_BYREF : argType;
921
argSize =
_argForceByRef
? _transitionBlock.PointerSize : argSize;